From: Qu Wenruo Date: Fri, 27 Feb 2015 08:24:28 +0000 (+0800) Subject: btrfs: quota: Update quota tree after qgroup relationship change. X-Git-Tag: omap-for-v4.1/fixes-rc1~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e082f56313f374d723b0366978ddb062c8fe79ea;p=pandora-kernel.git btrfs: quota: Update quota tree after qgroup relationship change. Previous patch modified the in memory struct but it's not written in quota tree until next commit. So user will still get old data using "btrfs qgroup show" after assign/remove. This patch will call btrfs_run_qgroups in assign ioctl so it will be updated to in memory quota trees and user will get up-to-date results. Signed-off-by: Qu Wenruo Reviewed-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed