diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-10-10 05:36:29 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-25 21:26:14 -0400 |
commit | be9eee2e8b87e335531a3ae13abb8d26e834c438 (patch) | |
tree | c9590e1b5b246cdbd1e8cd5bc2d314a86b11f814 /fs/ext2 | |
parent | 0461ee2616252f1f6cec628990fa913a4282dcf7 (diff) | |
download | linux-be9eee2e8b87e335531a3ae13abb8d26e834c438.tar.gz linux-be9eee2e8b87e335531a3ae13abb8d26e834c438.tar.bz2 linux-be9eee2e8b87e335531a3ae13abb8d26e834c438.zip |
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>
Diffstat (limited to 'fs/ext2')
0 files changed, 0 insertions, 0 deletions