commit | ab2257e9941b9ef28d4a4a451e4b146d40a21e18 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Mon Oct 01 10:07:05 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Mon Oct 01 10:07:05 2018 +0200 |
tree | f4c4b558fcec9846ea840ea721d494327c5192b4 | |
parent | 261aaba72fdba17b74a3a434d9f925b43d90e958 [diff] |
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>