From: Filipe Manana Date: Wed, 9 Apr 2014 14:37:06 +0000 (+0100) Subject: Btrfs: check if items are ordered when a leaf is marked dirty X-Git-Tag: omap-for-v3.16/fixes-against-rc1~54^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f21ef0a34c37de0daf66fce7141b23b88630f29;p=pandora-kernel.git Btrfs: check if items are ordered when a leaf is marked dirty To ease finding bugs during development related to modifying btree leaves in such a way that it makes its items not sorted by key anymore. Since this is an expensive check, it's only enabled if CONFIG_BTRFS_FS_CHECK_INTEGRITY is set, which isn't meant to be enabled for regular users. Signed-off-by: Filipe David Borba Manana Reviewed-by: David Sterba Signed-off-by: Chris Mason --- Reading git-diff-tree failed