diff options
Diffstat (limited to 'xlators/features/read-only')
| -rw-r--r-- | xlators/features/read-only/src/read-only.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/xlators/features/read-only/src/read-only.c b/xlators/features/read-only/src/read-only.c index 8c71f0a0d..fe0e95b9f 100644 --- a/xlators/features/read-only/src/read-only.c +++ b/xlators/features/read-only/src/read-only.c @@ -137,8 +137,9 @@ ro_unlink (call_frame_t *frame, xlator_t *this, loc_t *loc)          return 0;  } -int32_t -ro_rmdir (call_frame_t *frame, xlator_t *this, loc_t *loc) + +int +ro_rmdir (call_frame_t *frame, xlator_t *this, loc_t *loc, int flags)  {          STACK_UNWIND_STRICT (rmdir, frame, -1, EROFS, NULL, NULL);          return 0;  | 
