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/fat/dir.c | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'fs/fat/dir.c')
-rw-r--r-- | fs/fat/dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/dir.c b/fs/fat/dir.c index 00ad26330..1c44247a0 100644 --- a/fs/fat/dir.c +++ b/fs/fat/dir.c @@ -46,6 +46,7 @@ struct file_operations fat_dir_operations = { fat_dir_ioctl, /* ioctl - default */ NULL, /* mmap */ NULL, /* no special open code */ + NULL, /* flush */ NULL, /* no special release code */ file_fsync /* fsync */ }; |