NFS: remove unused check for negative dentry
authorBenjamin Coddington <bcodding@redhat.com>
Fri, 13 Sep 2019 12:29:04 +0000 (08:29 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 20 Sep 2019 19:15:24 +0000 (15:15 -0400)
commit581057c8346b9da51f1115768fd4189ed5eab19b
tree04ee390c97854acb92e15069b16a8ad9804eb7e3
parent17fd6e457b30e2e025fce4399fe20ae69c7081dd
NFS: remove unused check for negative dentry

This check has been hanging out since we used to have parallel paths to add
dentry in nfs_create(), but that hasn't been the case for some years.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/dir.c