diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.h')
| -rw-r--r-- | xlators/storage/posix/src/posix.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix.h b/xlators/storage/posix/src/posix.h index 480566a5340..81158266111 100644 --- a/xlators/storage/posix/src/posix.h +++ b/xlators/storage/posix/src/posix.h @@ -176,6 +176,9 @@ struct posix_private {          } xattr_user_namespace;  #endif +        /* Option to handle the cases of multiple bricks exported from +           same backend. Very much usable in brick-splitting feature. */ +        int32_t shared_brick_count;  };  typedef struct {  | 
