Re: [PATCH 7/7] btrfs: quota: Update quota tree after qgroup relationship change.

2015-03-02 Thread Josef Bacik
On 02/27/2015 03:24 AM, Qu Wenruo wrote: 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

[PATCH 7/7] btrfs: quota: Update quota tree after qgroup relationship change.

2015-02-27 Thread Qu Wenruo
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