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 /fs/devices.c | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'fs/devices.c')
-rw-r--r-- | fs/devices.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/devices.c b/fs/devices.c index f0ab040fc..db5cca48b 100644 --- a/fs/devices.c +++ b/fs/devices.c @@ -261,6 +261,7 @@ struct file_operations def_blk_fops = { NULL, /* ioctl */ NULL, /* mmap */ blkdev_open, /* open */ + NULL, /* flush */ NULL, /* release */ }; @@ -313,6 +314,7 @@ struct file_operations def_chr_fops = { NULL, /* ioctl */ NULL, /* mmap */ chrdev_open, /* open */ + NULL, /* flush */ NULL, /* release */ }; |