mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
btrfs: qgroups: make __del_qgroup_relation static
Internal helper. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
1d4805386e
commit
025db916aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user