瀏覽代碼

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;
 }
 
-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;