Searched hist:"5 e9a7b9c2ea18551759833146a181b14835bfe39" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | dir.c | diff 5e9a7b9c2ea18551759833146a181b14835bfe39 Sun Jan 01 19:17:23 CST 2023 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: Fix up a sparse warning
sparse is warning about an incorrect RCU dereference. fs/nfs/dir.c:2965:56: warning: incorrect type in argument 1 (different address spaces) fs/nfs/dir.c:2965:56: expected struct cred const * fs/nfs/dir.c:2965:56: got struct cred const [noderef] __rcu *const cred
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
|