commit | a7e99c691af553fc15ac46a51f130b7c59a65f76 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Mon Jan 16 22:04:49 2012 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Jan 16 22:04:49 2012 +0200 |
tree | 55491f285683951d509819a66e614ac6f12659dd | |
parent | 837d5b6e46d1a4af5b6cc8f2fe83cb5de79a2961 [diff] |
Btrfs: allow for canceling restriper Implement an ioctl for canceling restriper. Currently we wait until relocation of the current block group is finished, in future this can be done by triggering a commit. Balance item is deleted and no memory about the interrupted balance is kept. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>