--- linux-2.6.10.orig/fs/namei.c 2005-05-12 17:14:20.000000000 +0300 +++ linux-2.6.10/fs/namei.c 2005-05-12 17:19:41.000000000 +0300 @@ -343,6 +343,7 @@ void path_release(struct nameidata *nd) */ void path_release_on_umount(struct nameidata *nd) { + intent_release(&nd->intent.open); dput(nd->dentry); _mntput(nd->mnt); }