Home
last modified time | relevance | path

Searched hist:ab2257e9941b9ef28d4a4a451e4b146d40a21e18 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/fuse/
H A Dfuse_i.hdiff ab2257e9941b9ef28d4a4a451e4b146d40a21e18 Mon Oct 01 03:07:05 CDT 2018 Miklos Szeredi <mszeredi@redhat.com> 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>
H A Dinode.cdiff ab2257e9941b9ef28d4a4a451e4b146d40a21e18 Mon Oct 01 03:07:05 CDT 2018 Miklos Szeredi <mszeredi@redhat.com> 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>
H A Ddir.cdiff ab2257e9941b9ef28d4a4a451e4b146d40a21e18 Mon Oct 01 03:07:05 CDT 2018 Miklos Szeredi <mszeredi@redhat.com> 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>
H A Dfile.cdiff ab2257e9941b9ef28d4a4a451e4b146d40a21e18 Mon Oct 01 03:07:05 CDT 2018 Miklos Szeredi <mszeredi@redhat.com> 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>