exportfs: use dget_parent
authorChristoph Hellwig <hch@infradead.org>
Wed, 13 Oct 2010 15:56:37 +0000 (11:56 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:26:13 +0000 (21:26 -0400)
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.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found