diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-16 01:07:24 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-16 01:07:24 +0000 |
commit | 95db6b748fc86297827fbd9c9ef174d491c9ad89 (patch) | |
tree | 27a92a942821cde1edda9a1b088718d436b3efe4 /drivers/block/swim3.c | |
parent | 45b27b0a0652331d104c953a5b192d843fff88f8 (diff) |
Merge with Linux 2.3.40.
Diffstat (limited to 'drivers/block/swim3.c')
-rw-r--r-- | drivers/block/swim3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/swim3.c b/drivers/block/swim3.c index 7466b5197..3190c10b9 100644 --- a/drivers/block/swim3.c +++ b/drivers/block/swim3.c @@ -924,8 +924,6 @@ static int floppy_release(struct inode *inode, struct file *filp) if (devnum >= floppy_count) return -ENODEV; - block_fsync (filp, filp->f_dentry); - fs = &floppy_states[devnum]; sw = fs->swim3; if (fs->ref_count > 0 && --fs->ref_count == 0) { |