mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] inode-diet: Move i_cdev into a union
Move the i_cdev pointer in struct inode into a union. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
eaf796e7ef
commit
577c4eb09d
3 changed files with 3 additions and 3 deletions
|
@ -532,8 +532,8 @@ struct inode {
|
|||
union {
|
||||
struct pipe_inode_info *i_pipe;
|
||||
struct block_device *i_bdev;
|
||||
struct cdev *i_cdev;
|
||||
};
|
||||
struct cdev *i_cdev;
|
||||
int i_cindex;
|
||||
|
||||
__u32 i_generation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue