]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookup
authorXu Wang <vulab@iscas.ac.cn>
Tue, 3 Mar 2020 10:30:52 +0000 (18:30 +0800)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 27 May 2020 14:08:26 +0000 (10:08 -0400)
commit63bf55d960a6c1ab18a1e7305af7db95ce889b0b
tree481f574d526df8ad5b45bfe40ff96028ba484fbe
parent31b75868ec8696d26171fcdccb1fb9c4854692d0
NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookup

In nfs3_proc_lookup, if nfs_alloc_fattr fails, will only print
"NFS call lookup". This may be confusing, move dprintk after
nfs_alloc_fattr.

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs3proc.c