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 ca695fc8d69c..98ff684a5b1c 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -531,8 +531,8 @@ struct inode { | |||
531 | struct list_head i_devices; | 531 | struct list_head i_devices; |
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 | }; | 535 | }; |
535 | struct block_device *i_bdev; | ||
536 | struct cdev *i_cdev; | 536 | struct cdev *i_cdev; |
537 | int i_cindex; | 537 | int i_cindex; |
538 | 538 | ||