diff options
author | Raghavendra G <raghavendra@gluster.com> | 2011-06-14 23:54:36 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-16 22:01:03 -0700 |
commit | c4c0f7cd9b951bf0f201fa6a52eaebfd4b86c45b (patch) | |
tree | 83be76c71dd3c69a5bb1fe41a16ce746fe85cef9 | |
parent | 8dac046fb727995aca517cceadcc5c59efc8c3f2 (diff) |
libglusterfs/call-stub: Allow unwinding of frames for rename during call_resume_unwind.
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2697 (Quota: add-brick creates the size go awkward, though it was perfect earlier)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2697
-rw-r--r-- | libglusterfs/src/call-stub.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/call-stub.c b/libglusterfs/src/call-stub.c index 3715dfffa..4fe1caf33 100644 --- a/libglusterfs/src/call-stub.c +++ b/libglusterfs/src/call-stub.c @@ -2695,7 +2695,6 @@ call_resume_unwind (call_stub_t *stub) case GF_FOP_RENAME: { -#if 0 if (!stub->args.rename_cbk.fn) STACK_UNWIND (stub->frame, stub->args.rename_cbk.op_ret, @@ -2716,7 +2715,6 @@ call_resume_unwind (call_stub_t *stub) &stub->args.rename_cbk.postoldparent, &stub->args.rename_cbk.prenewparent, &stub->args.rename_cbk.postnewparent); -#endif break; } |