summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r--fs/nfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c
index 38b93d54c02e..b992d2382ffa 100644
--- a/fs/nfs/inode.c
+++ b/fs/nfs/inode.c
@@ -752,7 +752,7 @@ int nfs_getattr(const struct path *path, struct kstat *stat,
752 * Note that we only have to check the vfsmount flags here: 752 * Note that we only have to check the vfsmount flags here:
753 * - NFS always sets S_NOATIME by so checking it would give a 753 * - NFS always sets S_NOATIME by so checking it would give a
754 * bogus result 754 * bogus result
755 * - NFS never sets MS_NOATIME or MS_NODIRATIME so there is 755 * - NFS never sets SB_NOATIME or SB_NODIRATIME so there is
756 * no point in checking those. 756 * no point in checking those.
757 */ 757 */
758 if ((path->mnt->mnt_flags & MNT_NOATIME) || 758 if ((path->mnt->mnt_flags & MNT_NOATIME) ||