linux/fs/smbfs
Christoph Hellwig be9eee2e8b smbfs: use dget_parent
Use dget_parent instead of opencoding it.  This simplifies the code, but
more importanly prepares for the more complicated locking for a parent
dget in the dcache scale patch series.

Note that the d_time assignment in smb_renew_times moves out of d_lock,
but it's a single atomic 32-bit value, and that's what other sites
setting it do already.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-10-25 21:26:14 -04:00
..
Kconfig BKL: introduce CONFIG_BKL. 2010-10-21 15:44:13 +02:00
Makefile
cache.c
dir.c smbfs: use dget_parent 2010-10-25 21:26:14 -04:00
file.c
getopt.c
getopt.h
inode.c smbfs never retains inodes with zero refcount in the first place 2010-10-25 21:23:01 -04:00
ioctl.c
proc.c smbfs: use dget_parent 2010-10-25 21:26:14 -04:00
proto.h
request.c
request.h
smb_debug.h
smbiod.c
sock.c
symlink.c