From 1f21ef0a34c37de0daf66fce7141b23b88630f29 Mon Sep 17 00:00:00 2001 From: Filipe Manana Date: Wed, 9 Apr 2014 15:37:06 +0100 Subject: [PATCH] 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-format-patch failed