commit | 7cf5b97650f2ecefbd5afa2d58b61b289b6e3750 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | Tue Sep 08 17:25:55 2015 +0800 |
committer | Chris Mason <clm@fb.com> | Wed Oct 21 18:41:06 2015 -0700 |
tree | 65bdb57078053527218338c59e4e34057d3206d1 | |
parent | df480633b891cf03301d87e56024a8ec3251da5b [diff] |
btrfs: qgroup: Cleanup old inaccurate facilities Cleanup the old facilities which use old btrfs_qgroup_reserve() function call, replace them with the newer version, and remove the "__" prefix in them. Also, make btrfs_qgroup_reserve/free() functions private, as they are now only used inside qgroup codes. Now, the whole btrfs qgroup is swithed to use the new reserve facilities. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>