Remove BKL removal patches, since they don't seem to be portable on
[ext4-patch-queue.git] / stable-boundary-undo.patch
blob93f1b34a7f514df101647735d3dc29757b2872b9
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 ---
11 fs/ext4/extents.c | 1 -
12 1 files changed, 0 insertions(+), 1 deletions(-)
15 diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
16 index 7ac652b..2ea7ef4 100644
17 --- a/fs/ext4/extents.c
18 +++ b/fs/ext4/extents.c
19 @@ -27,7 +27,6 @@
20 * - ext4*_error() should be used in some situations
21 * - analyze all BUG()/BUG_ON(), use -EIO where appropriate
22 * - smart tree reduction
23 - * stable boundary change
26 #include <linux/module.h>