Discussion:
[PATCH 0/4 v2] fs: Remove i_devices from struct inode
Jan Kara
2014-10-22 20:14:09 UTC
Permalink
Hello,

this patch set removes use of i_devices from block and character device
code and thus we can remove the list head from struct inode thus saving two
pointers in it.

Since v1 I have split the patches and properly handled character devices (I
broke them last time as Christoph pointed out).

Honza

Loading...