patch-2.4.19 linux-2.4.19/fs/ext3/inode.c
Next file: linux-2.4.19/fs/fat/inode.c
Previous file: linux-2.4.19/fs/ext3/balloc.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/fs/ext3/inode.c
- Orig date:
Mon Feb 25 11:38:08 2002
diff -urN linux-2.4.18/fs/ext3/inode.c linux-2.4.19/fs/ext3/inode.c
@@ -581,8 +581,6 @@
parent = nr;
}
- if (IS_SYNC(inode))
- handle->h_sync = 1;
}
if (n == num)
return 0;
@@ -1015,8 +1013,8 @@
unsigned from, unsigned to)
{
struct inode *inode = page->mapping->host;
- handle_t *handle = ext3_journal_current_handle();
int ret, needed_blocks = ext3_writepage_trans_blocks(inode);
+ handle_t *handle;
lock_kernel();
handle = ext3_journal_start(inode, needed_blocks);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)