]> Pileus Git - ~andy/linux/blobdiff - include/linux/fs.h
get rid of fget_light()
[~andy/linux] / include / linux / fs.h
index ebfde04bca0683f1e2ecd2aa5c273b943eb7dfb9..23b2a35d712efbec3e31df0cae70b69a17b81616 100644 (file)
@@ -812,7 +812,7 @@ struct file {
 #ifdef CONFIG_DEBUG_WRITECOUNT
        unsigned long f_mnt_write_state;
 #endif
-};
+} __attribute__((aligned(4))); /* lest something weird decides that 2 is OK */
 
 struct file_handle {
        __u32 handle_bytes;