add patch create-function-to-read-journal-inode
[ext4-patch-queue.git] / stable-boundary
blobd67d42781b45e8589ea67d5a040f166dda768d8a
1 ext4: Stable/Unstable boundary
3 From: Theodore Ts'o <tytso@mit.edu>
5 This is the boundary between the stable and unstable patches in the
6 ext4 patch queue.
8 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
9 ---
11  fs/ext4/extents.c |    1 +
12  1 file changed, 1 insertion(+)
15 Index: linux-2.6.26-rc9/fs/ext4/extents.c
16 ===================================================================
17 --- linux-2.6.26-rc9.orig/fs/ext4/extents.c     2008-07-11 16:05:13.000000000 -0700
18 +++ linux-2.6.26-rc9/fs/ext4/extents.c  2008-07-11 16:05:17.000000000 -0700
19 @@ -27,6 +27,7 @@
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
24   */
26  #include <linux/module.h>