diff options
Diffstat (limited to 'libglusterfs/src/syncop.c')
| -rw-r--r-- | libglusterfs/src/syncop.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/syncop.c b/libglusterfs/src/syncop.c index 25baa021ada..1f36e57766c 100644 --- a/libglusterfs/src/syncop.c +++ b/libglusterfs/src/syncop.c @@ -1702,12 +1702,12 @@ syncop_rmdir_cbk (call_frame_t *frame, void *cookie, xlator_t *this,  }  int -syncop_rmdir (xlator_t *subvol, loc_t *loc) +syncop_rmdir (xlator_t *subvol, loc_t *loc, int flags)  {          struct syncargs args = {0, };          SYNCOP (subvol, (&args), syncop_rmdir_cbk, subvol->fops->rmdir, loc, -                0, NULL); +                flags, NULL);          errno = args.op_errno;          return args.op_ret;  | 
