X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Focfs2%2Ffile.c;h=a1d05105547267df1a9f136cf34f2e090fac99b7;hb=e816c201aed5232171f8eb80b5d46ae6516683b9;hp=dc455d45a66aed68bd148cf438081ef3f4b4af02;hpb=c8a0739b185d11d6e2ca7ad9f5835841d1cfc765;p=mirror_ubuntu-bionic-kernel.git diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index dc455d45a66a..a1d051055472 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c @@ -227,7 +227,7 @@ int ocfs2_should_update_atime(struct inode *inode, return 0; if ((inode->i_flags & S_NOATIME) || - ((inode->i_sb->s_flags & MS_NODIRATIME) && S_ISDIR(inode->i_mode))) + ((inode->i_sb->s_flags & SB_NODIRATIME) && S_ISDIR(inode->i_mode))) return 0; /*