diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-11-30 15:14:47 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-01-22 18:08:14 +0300 |
commit | ccc8dc758da0deeddaec2d8a37524401654e99de (patch) | |
tree | eda5319a4d1096ad2dc90d87bc58f6c38e9ab62a /fs/btrfs/volumes.h | |
parent | 4a2d25cd93cbd2e5ad6c9aabd90da362b2dd9984 (diff) | |
download | linux-ccc8dc758da0deeddaec2d8a37524401654e99de.tar.xz |
btrfs: make function update_share_count static
The function update_share_count is local to the source and does
not need to be in global scope, so make it static.
Cleans up sparse warning:
fs/btrfs/backref.c:219:6: warning: symbol 'update_share_count' was not
declared. Should it be static?
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/volumes.h')
0 files changed, 0 insertions, 0 deletions