diff options
-rw-r--r-- | fs/ubifs/ubifs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index dfb4b93614ff..d342c6907244 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h | |||
@@ -374,10 +374,8 @@ struct ubifs_gced_idx_leb { | |||
374 | */ | 374 | */ |
375 | struct ubifs_inode { | 375 | struct ubifs_inode { |
376 | struct inode vfs_inode; | 376 | struct inode vfs_inode; |
377 | union { | 377 | unsigned long long creat_sqnum; |
378 | unsigned long long creat_sqnum; | 378 | unsigned long long del_cmtno; |
379 | unsigned long long del_cmtno; | ||
380 | }; | ||
381 | unsigned int xattr_size; | 379 | unsigned int xattr_size; |
382 | unsigned int xattr_cnt; | 380 | unsigned int xattr_cnt; |
383 | unsigned int xattr_names; | 381 | unsigned int xattr_names; |