NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookup
authorzhengbin <zhengbin13@huawei.com>
Thu, 19 Dec 2019 06:14:18 +0000 (14:14 +0800)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 15 Jan 2020 15:54:31 +0000 (10:54 -0500)
commit6ed2144a80ebd9e40fa15a369f5528bafbc9b50d
treee506bc99caefc7a94bd4823a0390fc19d57bed89
parent8b98a532481d6f2075b460dbc157f0502f1803a8
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.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs3proc.c