From: Jeff Mahoney Date: Fri, 7 Feb 2014 13:33:57 +0000 (+0100) Subject: btrfs: commit transaction after setting label and features X-Git-Tag: v3.14-rc2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0270aca88966641eb15306e9bd0c7ad15321440;p=pandora-kernel.git btrfs: commit transaction after setting label and features The set_fslabel ioctl uses btrfs_end_transaction, which means it's possible that the change will be lost if the system crashes, same for the newly set features. Let's use btrfs_commit_transaction instead. Signed-off-by: Jeff Mahoney Signed-off-by: David Sterba Signed-off-by: Chris Mason --- Reading git-diff-tree failed