acrn-kernel/fs/nfsd
Greg Kroah-Hartman 15b6ff9516 nfsd: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the
return value.  The function can work or not, but the code logic should
never do something different based on this.

Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Jeff Layton <jlayton@kernel.org>
Cc: linux-nfs@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20190612152603.GB18440@kroah.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-07-03 16:57:17 +02:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile
acl.h
auth.c
auth.h
blocklayout.c
blocklayoutxdr.c
blocklayoutxdr.h
cache.h
current_stateid.h
export.c nfsd: knfsd must use the container user namespace 2019-04-24 09:46:35 -04:00
export.h
fault_inject.c nfsd: no need to check return value of debugfs_create functions 2019-07-03 16:57:17 +02:00
flexfilelayout.c
flexfilelayoutxdr.c
flexfilelayoutxdr.h
idmap.h
lockd.c
netns.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 2019-05-21 11:28:39 +02:00
nfs2acl.c
nfs3acl.c
nfs3proc.c nfsd/nfsd3_proc_readdir: fix buffer count and page pointers 2019-04-05 19:57:24 -04:00
nfs3xdr.c nfsd: knfsd must use the container user namespace 2019-04-24 09:46:35 -04:00
nfs4acl.c
nfs4callback.c This pull consists mostly of nfsd container work: 2019-05-15 18:21:43 -07:00
nfs4idmap.c nfsd: knfsd must use the container user namespace 2019-04-24 09:46:35 -04:00
nfs4layouts.c nfsd: update callback done processing 2019-05-03 11:01:38 -04:00
nfs4proc.c This pull consists mostly of nfsd container work: 2019-05-15 18:21:43 -07:00
nfs4recover.c This pull consists mostly of nfsd container work: 2019-05-15 18:21:43 -07:00
nfs4state.c This pull consists mostly of nfsd container work: 2019-05-15 18:21:43 -07:00
nfs4xdr.c nfsd: knfsd must use the container user namespace 2019-04-24 09:46:35 -04:00
nfscache.c
nfsctl.c nfsd: no need to check return value of debugfs_create functions 2019-07-03 16:57:17 +02:00
nfsd.h nfsd: knfsd must use the container user namespace 2019-04-24 09:46:35 -04:00
nfsfh.c
nfsfh.h
nfsproc.c
nfssvc.c lockd: Pass the user cred from knfsd when starting the lockd server 2019-04-24 09:46:35 -04:00
nfsxdr.c nfsd: knfsd must use the container user namespace 2019-04-24 09:46:35 -04:00
pnfs.h
state.h nfsd: no need to check return value of debugfs_create functions 2019-07-03 16:57:17 +02:00
stats.c
stats.h
trace.c
trace.h
vfs.c nfsd: fh_drop_write in nfsd_unlink 2019-04-24 09:46:35 -04:00
vfs.h nfsd: allow fh_want_write to be called twice 2019-04-24 09:46:35 -04:00
xdr.h
xdr3.h
xdr4.h
xdr4cb.h