Skip to content

Commit

Permalink
rbd: remove possible warning
Browse files Browse the repository at this point in the history
Signed-off-by: Xiubo Li <[email protected]>
  • Loading branch information
lxbsz committed Aug 30, 2021
1 parent ec2ef06 commit 9fa64b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ static int tcmu_rbd_service_register(struct tcmu_device *dev)
static int tcmu_rbd_service_status_update(struct tcmu_device *dev,
bool has_lock)
{
return 0;
}
#endif /* RBD_LOCK_ACQUIRE_SUPPORT */

Expand Down

0 comments on commit 9fa64b3

Please sign in to comment.