infiniband: don't bother with d_delete()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 27 Jul 2019 20:14:37 +0000 (16:14 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 3 Sep 2019 13:30:55 +0000 (09:30 -0400)
commit6effcab4da7b6a579699c2d5b9c06eb2f1fb3610
tree8f561c0a8c0f0d9041a8b5c154e2f7c8986ff0d1
parent29dfeb0b6ae6fcfbc78040bab166215020974f65
infiniband: don't bother with d_delete()

Dentries are never retained there; d_delete() + dput() is no
different from d_drop() + dput().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/infiniband/hw/qib/qib_fs.c