]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7ba2a5b066c64c9a8ef24722fcb7e7b4e818638
tree58ff854f41cb7f7bd626a9d734f883c804488887
parent57ae8dccddb5c028f583e903ce5047787ac70483
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