Whamcloud - gitweb
current branches now use lnet from HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / vfs-intent_release_umount-vanilla-2.6.10-fc3.patch
1 --- linux-2.6.10.orig/fs/namei.c        2005-05-12 17:14:20.000000000 +0300
2 +++ linux-2.6.10/fs/namei.c     2005-05-12 17:19:41.000000000 +0300
3 @@ -343,6 +343,7 @@ void path_release(struct nameidata *nd)
4   */
5  void path_release_on_umount(struct nameidata *nd)
6  {
7 +       intent_release(&nd->intent.open);
8         dput(nd->dentry);
9         _mntput(nd->mnt);
10  }