commit | e39d8a186ed002854196668cb7562ffdfbc6d379 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Nov 13 16:37:54 2018 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Nov 13 17:15:17 2018 -0500 |
tree | d184e95ec9eff9dc0f77b20d6c59aae9520570ea | |
parent | e3d5e573a54dabdc0f9f3cb039d799323372b251 [diff] |
NFSv4: Fix an Oops during delegation callbacks If the server sends a CB_GETATTR or a CB_RECALL while the filesystem is being unmounted, then we can Oops when releasing the inode in nfs4_callback_getattr() and nfs4_callback_recall(). Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>