summaryrefslogtreecommitdiffstats
path: root/fs/ext2/file.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
commit86464aed71025541805e7b1515541aee89879e33 (patch)
treee01a457a4912a8553bc65524aa3125d51f29f810 /fs/ext2/file.c
parent88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff)
Merge with Linux 2.2.1.
Diffstat (limited to 'fs/ext2/file.c')
-rw-r--r--fs/ext2/file.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ext2/file.c b/fs/ext2/file.c
index f4fff8b91..e0f497057 100644
--- a/fs/ext2/file.c
+++ b/fs/ext2/file.c
@@ -272,10 +272,6 @@ static ssize_t ext2_file_write (struct file * filp, const char * buf,
mark_buffer_uptodate(bh, 1);
mark_buffer_dirty(bh, 0);
- /* Mark the buffer untouched if we'll move on to the next one.. */
- if (!(pos & (sb->s_blocksize-1)))
- clear_bit(BH_Touched, &bh->b_state);
-
if (filp->f_flags & O_SYNC)
bufferlist[buffercount++] = bh;
else