diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-07-11 01:58:04 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-07-11 01:58:04 -0400 |
commit | e0d21d9cca25f424f3129649be48a63c128ed42d (patch) | |
tree | 0a7d407639876e02deef1721817615eaa8c673a3 /fs/namei.c | |
parent | beffbdc2211826b174c68307b1b48c93c05d7ded (diff) | |
parent | 5c23804a0941a111752fdacefe0bea2db1b4d93f (diff) |
Merge rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'fs/namei.c')
-rw-r--r-- | fs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c index fa8df81ce8ca..1d93cb4f7c5f 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -314,7 +314,7 @@ void path_release(struct nameidata *nd) | |||
314 | void path_release_on_umount(struct nameidata *nd) | 314 | void path_release_on_umount(struct nameidata *nd) |
315 | { | 315 | { |
316 | dput(nd->dentry); | 316 | dput(nd->dentry); |
317 | _mntput(nd->mnt); | 317 | mntput_no_expire(nd->mnt); |
318 | } | 318 | } |
319 | 319 | ||
320 | /* | 320 | /* |