]> bbs.cooldavid.org Git - net-next-2.6.git/commit
afs: mntput called before dput
authorAndreas Gruenbacher <agruen@suse.de>
Tue, 11 Sep 2007 22:23:37 +0000 (15:23 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 12 Sep 2007 00:21:19 +0000 (17:21 -0700)
commit1a1a1a758bf0107d1f78ff1d622f45987803d894
treec4c7e6586989dc596abc51968bf9408418eab94e
parenta2e0855182e2be26b252745b2bb7558705cb0dd2
afs: mntput called before dput

dput must be called before mntput here.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Acked-By: David Howells <dhowells@redhat.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/afs/mntpt.c