summaryrefslogtreecommitdiffstats
path: root/include/linux/efs_fs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/efs_fs_i.h')
-rw-r--r--include/linux/efs_fs_i.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/efs_fs_i.h b/include/linux/efs_fs_i.h
index de55021ad..453d706ca 100644
--- a/include/linux/efs_fs_i.h
+++ b/include/linux/efs_fs_i.h
@@ -29,7 +29,8 @@ typedef union extent_u {
typedef struct edevs {
short odev;
- unsigned int ndev;
+ short dev_filler; /* force ndev to start */
+ unsigned int ndev; /* on a 32-bit boundary */
} efs_devs;
/*