소스 검색

btrfs: qgroups: make __del_qgroup_relation static

Internal helper.

Signed-off-by: David Sterba <dsterba@suse.com>
David Sterba 8 년 전
부모
커밋
025db916aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fs/btrfs/qgroup.c

+ 1 - 1
fs/btrfs/qgroup.c

@@ -1223,7 +1223,7 @@ out:
 	return ret;
 	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_fs_info *fs_info, u64 src, u64 dst)
 {
 {
 	struct btrfs_root *quota_root;
 	struct btrfs_root *quota_root;