]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Remove a line of code that has no effect in nfs_update_inode()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 25 Mar 2021 18:53:48 +0000 (14:53 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 13 Apr 2021 14:03:03 +0000 (10:03 -0400)
commit8b0863585f6082c8d274b49b18891ba2196526e5
tree0115d4a83a65f11b1938432384f2644f97172285
parent06f9bae76dfbe2899741d405f94cb3ce975d4cf3
NFS: Remove a line of code that has no effect in nfs_update_inode()

Commit 7b4eb9b26aa0 ("NFS: Fix attribute revalidation") changed the way
we populate the 'invalid' attribute, and made the line that strips away
the NFS_INO_INVALID_ATTR bits redundant.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/inode.c