diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /drivers/block/swim3.c | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'drivers/block/swim3.c')
-rw-r--r-- | drivers/block/swim3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/swim3.c b/drivers/block/swim3.c index 5598ad0a7..bacb3df98 100644 --- a/drivers/block/swim3.c +++ b/drivers/block/swim3.c @@ -968,6 +968,7 @@ static struct file_operations floppy_fops = { floppy_ioctl, /* ioctl */ NULL, /* mmap */ floppy_open, /* open */ + NULL, /* flush */ floppy_release, /* release */ block_fsync, /* fsync */ NULL, /* fasync */ |