diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 98ff684a5b1c..192e69bb55b5 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -532,8 +532,8 @@ struct inode { | |||
532 | union { | 532 | union { |
533 | struct pipe_inode_info *i_pipe; | 533 | struct pipe_inode_info *i_pipe; |
534 | struct block_device *i_bdev; | 534 | struct block_device *i_bdev; |
535 | struct cdev *i_cdev; | ||
535 | }; | 536 | }; |
536 | struct cdev *i_cdev; | ||
537 | int i_cindex; | 537 | int i_cindex; |
538 | 538 | ||
539 | __u32 i_generation; | 539 | __u32 i_generation; |