search for: qgroup_rescan

Displaying 1 result from an estimated 1 matches for "qgroup_rescan".

2013 Apr 25
10
[PATCH v4 0/3] Btrfs: quota rescan for 3.10
...y) - take into account that mutex_unlock might schedule - fix calculation of the "exclusive" field for qgroups in level != 0 - don''t leak root ulist on ENOMEM from ulist add - removed unnecessary spinlock from update_qgroup_status_item - return -EINTR instread of EINTR from btrfs_qgroup_rescan_worker - in btrfs_run_qgroups don''t propagate error from btrfs_qgroup_rescan - rebased to current version of btrfs-next Changes v2->v3: - rebased to btrfs-next - stop rescan worker when quota is disabled - check return value of ulist_add() - initialize worker struct to zero Changes v1...