summary refs log tree commit diff
path: root/fs/dcache.c
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2020-04-30 07:41:37 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-05-13 08:44:35 -0700
commitdae2f8ed7992e88c8d62c54e8295ffc8475b4a80 (patch)
tree7d199574fcae172238c4312e8b98feb9cfe2e138 /fs/dcache.c
parent83d9088659e8f113741bb197324bd9554d159657 (diff)
downloadlinux-dae2f8ed7992e88c8d62c54e8295ffc8475b4a80.tar.gz
fs: Lift XFS_IDONTCACHE to the VFS layer
DAX effective mode (S_DAX) changes requires inode eviction.

XFS has an advisory flag (XFS_IDONTCACHE) to prevent caching of the
inode if no other additional references are taken.  We lift this flag to
the VFS layer and change the behavior slightly by allowing the flag to
remain even if multiple references are taken.

This will expedite the eviction of inodes to change S_DAX.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/dcache.c')
0 files changed, 0 insertions, 0 deletions