fuse: reduce size of struct fuse_inode
authorMiklos Szeredi <mszeredi@redhat.com>
Mon, 1 Oct 2018 08:07:05 +0000 (10:07 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 1 Oct 2018 08:07:05 +0000 (10:07 +0200)
commitab2257e9941b9ef28d4a4a451e4b146d40a21e18
treef4c4b558fcec9846ea840ea721d494327c5192b4
parent261aaba72fdba17b74a3a434d9f925b43d90e958
fuse: reduce size of struct fuse_inode

Do this by grouping fields used for cached writes and putting them into a
union with fileds used for cached readdir (with obviously no overlap, since
we don't have hybrid objects).

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dir.c
fs/fuse/file.c
fs/fuse/fuse_i.h
fs/fuse/inode.c