mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] inode-diet: Move i_bdev into a union
Move the i_bdev 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
4c1541680f
commit
eaf796e7ef
2 changed files with 2 additions and 2 deletions
|
@ -531,8 +531,8 @@ struct inode {
|
|||
struct list_head i_devices;
|
||||
union {
|
||||
struct pipe_inode_info *i_pipe;
|
||||
struct block_device *i_bdev;
|
||||
};
|
||||
struct block_device *i_bdev;
|
||||
struct cdev *i_cdev;
|
||||
int i_cindex;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue