From: David Sterba Date: Wed, 5 Feb 2014 14:26:17 +0000 (+0100) Subject: btrfs: add support for processing pending changes X-Git-Tag: omap-for-v3.20/drop-legacy-3517~108^2~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=572d9ab7845ea0e043ec34cd733a75228130ad03;p=pandora-kernel.git 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 --- Reading git-diff-tree failed