Loading include/linux/fs.h +3 −2 Original line number Diff line number Diff line Loading @@ -528,9 +528,10 @@ struct inode { #ifdef CONFIG_QUOTA struct dquot *i_dquot[MAXQUOTAS]; #endif /* These three should probably be a union */ struct list_head i_devices; union { struct pipe_inode_info *i_pipe; }; struct block_device *i_bdev; struct cdev *i_cdev; int i_cindex; Loading Loading
include/linux/fs.h +3 −2 Original line number Diff line number Diff line Loading @@ -528,9 +528,10 @@ struct inode { #ifdef CONFIG_QUOTA struct dquot *i_dquot[MAXQUOTAS]; #endif /* These three should probably be a union */ struct list_head i_devices; union { struct pipe_inode_info *i_pipe; }; struct block_device *i_bdev; struct cdev *i_cdev; int i_cindex; Loading