add patch create-function-to-read-journal-inode
[ext4-patch-queue.git] / stable-boundary-undo.patch
blob82a658bdd5ef5285c049c28a30b9d4d31c330e8d
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-rc9/fs/ext4/extents.c
17 ===================================================================
18 --- linux-2.6.26-rc9.orig/fs/ext4/extents.c 2008-07-11 16:05:17.000000000 -0700
19 +++ linux-2.6.26-rc9/fs/ext4/extents.c 2008-07-11 16:05:17.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>