]> git.ipfire.org Git - people/ms/linux.git/commit - fs/nfs/fs_context.c
NFS: Attach supplementary error information to fs_context.
authorScott Mayhew <smayhew@redhat.com>
Tue, 10 Dec 2019 12:31:15 +0000 (07:31 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 15 Jan 2020 15:15:17 +0000 (10:15 -0500)
commitce8866f0913ff157edc098f06bad07763ad317e7
tree58ff854f41cb7f7bd626a9d734f883c804488887
parent62a55d088cd87d480a6fd67b0d63b14ccae80838
NFS: Attach supplementary error information to fs_context.

Split out from commit "NFS: Add fs_context support."

Add wrappers nfs_errorf(), nfs_invalf(), and nfs_warnf() which log error
information to the fs_context.  Convert some printk's to use these new
wrappers instead.

Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/fs_context.c
fs/nfs/getroot.c
fs/nfs/internal.h
fs/nfs/namespace.c
fs/nfs/nfs4super.c
fs/nfs/super.c