2022-02-18 23:46:12

by Anna Schumaker

[permalink] [raw]
Subject: [GIT PULL] Please Pull A Few More NFS Client Bugfixes for Linux v5.17-rc

Hi Linus,

The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.17-3

for you to fetch changes up to d19e0183a88306acda07f4a01fedeeffe2a2a06b:

NFS: Do not report writeback errors in nfs_getattr() (2022-02-16 15:15:22 -0500)

----------------------------------------------------------------
NFS Client Bugfixes for Linux 5.17-rc5

- Other Fixes:
- Fix unnecessary changeattr revalidations
- Fix resolving symlinks during directory lookups
- Don't report writeback errors in nfs_getattr()

----------------------------------------------------------------
Trond Myklebust (3):
NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()
NFS: LOOKUP_DIRECTORY is also ok with symlinks
NFS: Do not report writeback errors in nfs_getattr()

fs/nfs/dir.c | 4 ++--
fs/nfs/inode.c | 9 +++------
fs/nfs/nfs4proc.c | 3 +--
3 files changed, 6 insertions(+), 10 deletions(-)