summaryrefslogtreecommitdiffstats
path: root/fs/afs/mntpt.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher2007-09-12 00:23:37 +0200
committerLinus Torvalds2007-09-12 02:21:19 +0200
commit1a1a1a758bf0107d1f78ff1d622f45987803d894 (patch)
treec4c7e6586989dc596abc51968bf9408418eab94e /fs/afs/mntpt.c
parentmd: fix some bugs with growing raid5/raid6 arrays. (diff)
downloadkernel-qcow2-linux-1a1a1a758bf0107d1f78ff1d622f45987803d894.tar.gz
kernel-qcow2-linux-1a1a1a758bf0107d1f78ff1d622f45987803d894.tar.xz
kernel-qcow2-linux-1a1a1a758bf0107d1f78ff1d622f45987803d894.zip
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>
Diffstat (limited to 'fs/afs/mntpt.c')
-rw-r--r--fs/afs/mntpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/mntpt.c b/fs/afs/mntpt.c
index a3684dcc76e7..6f8c96fb29eb 100644
--- a/fs/afs/mntpt.c
+++ b/fs/afs/mntpt.c
@@ -235,8 +235,8 @@ static void *afs_mntpt_follow_link(struct dentry *dentry, struct nameidata *nd)
err = do_add_mount(newmnt, nd, MNT_SHRINKABLE, &afs_vfsmounts);
switch (err) {
case 0:
- mntput(nd->mnt);
dput(nd->dentry);
+ mntput(nd->mnt);
nd->mnt = newmnt;
nd->dentry = dget(newmnt->mnt_root);
schedule_delayed_work(&afs_mntpt_expiry_timer,