Whamcloud - gitweb
file xnu_types.h was initially added on branch b_port_step.
[fs/lustre-release.git] / lustre / kernel_patches / patches / ext3-largefile.patch
1  fs/ext3/inode.c |    2 +-
2  1 files changed, 1 insertion(+), 1 deletion(-)
3
4 --- linux-2.4.20/fs/ext3/inode.c~ext3-largefile 2003-04-08 23:35:36.000000000 -0600
5 +++ linux-2.4.20-braam/fs/ext3/inode.c  2003-04-08 23:35:36.000000000 -0600
6 @@ -2562,7 +2562,7 @@ void ext3_dirty_inode(struct inode *inod
7         handle_t *handle;
8  
9         lock_kernel();
10 -       handle = ext3_journal_start(inode, 1);
11 +       handle = ext3_journal_start(inode, 2);
12         if (IS_ERR(handle))
13                 goto out;
14         if (current_handle &&
15
16 _