Home
last modified time | relevance | path

Searched hist:"896567 ee" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dinternal.h896567ee Sun Jan 10 14:58:08 CST 2021 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: nfs_igrab_and_active must first reference the superblock

Before referencing the inode, we must ensure that the superblock can be
referenced. Otherwise, we can end up with iput() calling superblock
operations that are no longer valid or accessible.

Fixes: ea7c38fef0b7 ("NFSv4: Ensure we reference the inode for return-on-close in delegreturn")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>