]> git.baikalelectronics.ru Git - kernel.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)
commit1baf114441e9c9f969e6f747254ac3d256859765
treec4c7e6586989dc596abc51968bf9408418eab94e
parent6618fe3d6c35057297f96cd9a2d1cd2e8083c321
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