kernel_optimize_test/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
hypfs_diag.c
hypfs_diag0c.c
hypfs_sprp.c
hypfs_vm.c
hypfs.h
inode.c hypfs: don't bother with d_delete() 2019-09-03 09:30:54 -04:00
Makefile