Displaying 1 result from an estimated 1 matches for "cleancache_flush_f".
Did you mean:
cleancache_flush_fs
2010 Jun 21
0
[PATCH V3 6/8] Cleancache: btrfs hooks for cleancache
...or cleancache
Filesystems must explicitly enable cleancache by calling
cleancache_init_fs anytime a instance of the filesystem
is mounted and must save the returned poolid. Btrfs
uses its own readpage which must be hooked, but all other
cleancache hooks are in the VFS layer including
the matching cleancache_flush_fs hook which must be
called on unmount.
Signed-off-by: Dan Magenheimer <dan.magenheimer at oracle.com>
Signed-off-by: Chris Mason <chris.mason at oracle.com>
Diffstat:
extent_io.c | 9 +++++++++
super.c | 2 ++
2 file...