diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 28b6d9ef4bd..657be1edc12 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -3431,7 +3431,7 @@ posix_lk (call_frame_t *frame, xlator_t *this,  int32_t  posix_inodelk (call_frame_t *frame, xlator_t *this, -	       loc_t *loc, int32_t cmd, struct flock *lock) +	       const char *volume, loc_t *loc, int32_t cmd, struct flock *lock)  {          frame->root->rsp_refs = NULL; @@ -3445,7 +3445,7 @@ posix_inodelk (call_frame_t *frame, xlator_t *this,  int32_t  posix_finodelk (call_frame_t *frame, xlator_t *this, -		fd_t *fd, int32_t cmd, struct flock *lock) +		const char *volume, fd_t *fd, int32_t cmd, struct flock *lock)  {          frame->root->rsp_refs = NULL; @@ -3460,8 +3460,8 @@ posix_finodelk (call_frame_t *frame, xlator_t *this,  int32_t  posix_entrylk (call_frame_t *frame, xlator_t *this, -	       loc_t *loc, const char *basename, entrylk_cmd cmd, -	       entrylk_type type) +	       const char *volume, loc_t *loc, const char *basename,  +               entrylk_cmd cmd, entrylk_type type)  {          frame->root->rsp_refs = NULL; @@ -3475,8 +3475,8 @@ posix_entrylk (call_frame_t *frame, xlator_t *this,  int32_t  posix_fentrylk (call_frame_t *frame, xlator_t *this, -		fd_t *fd, const char *basename, entrylk_cmd cmd, -		entrylk_type type) +		const char *volume, fd_t *fd, const char *basename,  +                entrylk_cmd cmd, entrylk_type type)  {          frame->root->rsp_refs = NULL;  | 
