Whamcloud - gitweb
LU-4690 osp: some cleanup for patch 9511
[fs/lustre-release.git] / lustre / kernel_patches / patches / vfs_linkat_leakfix.patch
1 --- linux-2.6.32-431.3.1.el6-debug/fs/namei.c-orig      2014-01-30 19:53:32.885946633 -0500
2 +++ linux-2.6.32-431.3.1.el6-debug/fs/namei.c   2014-01-30 21:10:31.880946625 -0500
3 @@ -2897,6 +2897,7 @@ out_release:
4         path_put(&nd.path);
5         putname(to);
6         if (retry_estale(error, how)) {
7 +               path_put(&old_path);
8                 how |= LOOKUP_REVAL;
9                 goto retry;
10         }