diff options
Diffstat (limited to 'xlators/features/read-only/src/read-only-common.h')
-rw-r--r-- | xlators/features/read-only/src/read-only-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/features/read-only/src/read-only-common.h b/xlators/features/read-only/src/read-only-common.h index 5d4c7e260ed..c99ba0310bb 100644 --- a/xlators/features/read-only/src/read-only-common.h +++ b/xlators/features/read-only/src/read-only-common.h @@ -15,6 +15,9 @@ #include "xlator.h" #include "defaults.h" +gf_boolean_t +is_readonly_or_worm_enabled (xlator_t *this); + int32_t ro_xattrop (call_frame_t *frame, xlator_t *this, loc_t *loc, gf_xattrop_flags_t flags, dict_t *dict, dict_t *xdata); |