diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-10-26 09:15:13 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-27 03:32:32 -0700 |
commit | 78c98cac267ef9aebcaa3c35d70ea93c17462e62 (patch) | |
tree | 01a4afb2d596e905b746f17f601b2afffc661d13 /xlators/cluster/afr/src/afr-self-heal-common.c | |
parent | a284bf490cdf6ce334a4e70b22eedd7e639620f9 (diff) |
cluster/afr: NFS-friendly logic changes
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 145 (NFSv3 related additions to 2.1 task list)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=145
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-common.c')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-common.c b/xlators/cluster/afr/src/afr-self-heal-common.c index 6d4802fd6..b23eea391 100644 --- a/xlators/cluster/afr/src/afr-self-heal-common.c +++ b/xlators/cluster/afr/src/afr-self-heal-common.c @@ -1417,7 +1417,7 @@ afr_bgsh_completion_cbk (call_frame_t *bgsh_frame, xlator_t *this) local->cont.lookup.inode, &local->cont.lookup.buf, local->cont.lookup.xattr, - NULL); + &local->cont.lookup.postparent); } LOCK (&priv->lock); @@ -1457,7 +1457,7 @@ afr_bgsh_unwind (call_frame_t *bgsh_frame, xlator_t *this) local->cont.lookup.inode, &local->cont.lookup.buf, local->cont.lookup.xattr, - NULL); + &local->cont.lookup.postparent); return 0; } |