[XFS] XFS propagates MS_NOATIME through two levels internally but doesn't
actually use it. Kill this dead code. Signed-off-by: Christoph Hellwig <hch@lst.de> SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:25086a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -76,8 +76,6 @@ xfs_args_allocate(
|
||||
strncpy(args->fsname, sb->s_id, MAXNAMELEN);
|
||||
|
||||
/* Copy the already-parsed mount(2) flags we're interested in */
|
||||
if (sb->s_flags & MS_NOATIME)
|
||||
args->flags |= XFSMNT_NOATIME;
|
||||
if (sb->s_flags & MS_DIRSYNC)
|
||||
args->flags |= XFSMNT_DIRSYNC;
|
||||
if (sb->s_flags & MS_SYNCHRONOUS)
|
||||
|
Reference in New Issue
Block a user