From: David Sterba Date: Wed, 12 Nov 2014 13:24:35 +0000 (+0100) Subject: btrfs: introduce pending action: commit X-Git-Tag: omap-for-v3.19/fixes-rc1~111^2~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51033d05547675f898ce4233a7d8d1a0dfe2984;p=pandora-kernel.git btrfs: introduce pending action: commit In some contexts, like in sysfs handlers, we don't want to trigger a transaction commit. It's a heavy operation, we don't know what external locks may be taken. Instead, make it possible to finish the operation through sync syscall or SYNC_FS ioctl. Signed-off-by: David Sterba --- Reading git-diff-tree failed