ext4: undo the stable boundary patch changes From: Aneesh Kumar K.V This helps in applying the series with different type of tools that expect a code diff to apply any patch. Signed-off-by: Aneesh Kumar K.V --- fs/ext4/extents.c | 1 - 1 file changed, 1 deletion(-) Index: linux-2.6.25-rc1/fs/ext4/extents.c =================================================================== --- linux-2.6.25-rc1.orig/fs/ext4/extents.c 2008-02-12 17:16:43.000000000 -0800 +++ linux-2.6.25-rc1/fs/ext4/extents.c 2008-02-12 17:17:16.000000000 -0800 @@ -27,7 +27,6 @@ * - ext4*_error() should be used in some situations * - analyze all BUG()/BUG_ON(), use -EIO where appropriate * - smart tree reduction - * stable boundary change */ #include