From: Andreas Gruenbacher Date: Tue, 11 Sep 2007 22:23:37 +0000 (-0700) Subject: afs: mntput called before dput X-Git-Tag: v3.12-rc1~26949 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a1a1a758bf0107d1f78ff1d622f45987803d894;p=kernel%2Fkernel-generic.git afs: mntput called before dput dput must be called before mntput here. Signed-off-by: Andreas Gruenbacher Acked-By: David Howells Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/afs/mntpt.c b/fs/afs/mntpt.c index a3684dc..6f8c96f 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,