Fix random whitespace issues and other checkpatch flameage. Also made
[ext4-patch-queue.git] / stable-boundary-undo.patch
blobdfd67fba5a77013f9d0d6d0e19dd4c27a6e8c65e
1 ext4: undo the stable boundary patch changes
3 From: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
5 This helps in applying the series with different type of
6 tools that expect a code diff to apply any patch.
8 Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
9 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
10 ---
12 fs/ext4/extents.c | 1 -
13 1 file changed, 1 deletion(-)
16 Index: linux-2.6.26-rc6/fs/ext4/extents.c
17 ===================================================================
18 --- linux-2.6.26-rc6.orig/fs/ext4/extents.c 2008-06-17 10:43:33.000000000 -0700
19 +++ linux-2.6.26-rc6/fs/ext4/extents.c 2008-06-17 10:43:33.000000000 -0700
20 @@ -27,7 +27,6 @@
21 * - ext4*_error() should be used in some situations
22 * - analyze all BUG()/BUG_ON(), use -EIO where appropriate
23 * - smart tree reduction
24 - * stable boundary change
27 #include <linux/module.h>