linux/arch/s390/hypfs
Al Viro 29dfeb0b6a hypfs: don't bother with d_delete()
If that's not the last reference, d_delete() will do d_drop().
If it is, dput() immediately after it will unhash the sucker
anyway, since ->d_delete() the method is always_delete_dentry().

IOW, there's no point trying to turn it into a negative hashed
dentry - it won't stick around anyway.  Just d_drop() it and be
done with that.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2019-09-03 09:30:54 -04:00
..
hypfs_dbfs.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_diag.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_diag0c.c s390/kernel: introduce .dma sections 2019-04-29 10:47:10 +02:00
hypfs_sprp.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_vm.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs.h s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
inode.c hypfs: don't bother with d_delete() 2019-09-03 09:30:54 -04:00
Makefile s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00