commit | 572d9ab7845ea0e043ec34cd733a75228130ad03 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Wed Feb 05 15:26:17 2014 +0100 |
committer | David Sterba <dsterba@suse.cz> | Wed Nov 12 16:53:12 2014 +0100 |
tree | 0dcf250edd2859e3dd64b0b33f9694c3fd61c29b | |
parent | 206c5f60a3d902bc4b56dab2de3e88de5eb06108 [diff] |
btrfs: add support for processing pending changes There are some actions that modify global filesystem state but cannot be performed at the time of request, but later at the transaction commit time when the filesystem is in a known state. For example enabling new incompat features on-the-fly or issuing transaction commit from unsafe contexts (sysfs handlers). Signed-off-by: David Sterba <dsterba@suse.cz>