diff options
author | David Sterba <dsterba@suse.com> | 2017-02-13 13:00:51 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2017-02-17 12:03:49 +0100 |
commit | 025db916aa7f2cf31183080a82ef090d30cf270f (patch) | |
tree | a0637d85a985e4f8921eb64665f41799cbb28409 | |
parent | 1d4805386ef17ebaf6ada087138d548c469369ad (diff) | |
download | linux-025db916aa7f2cf31183080a82ef090d30cf270f.tar.bz2 |
btrfs: qgroups: make __del_qgroup_relation static
Internal helper.
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r-- | fs/btrfs/qgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c index d97353440a70..b0174431ec8a 100644 --- a/fs/btrfs/qgroup.c +++ b/fs/btrfs/qgroup.c @@ -1223,7 +1223,7 @@ out: return ret; } -int __del_qgroup_relation(struct btrfs_trans_handle *trans, +static int __del_qgroup_relation(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, u64 src, u64 dst) { struct btrfs_root *quota_root; |