diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-07-05 23:09:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-07-05 23:09:37 +0000 |
commit | aba344fdfed81b2c03d6114c54cfd73a486aa10b (patch) | |
tree | d032d8430bf1234c3ecc6f6330d6de6e887e5963 /fs/qnx4/file.c | |
parent | 40c138bfc6d37dbff5339f84575db1e3cec6e34e (diff) |
Merge with Linux 2.3.9.
Diffstat (limited to 'fs/qnx4/file.c')
-rw-r--r-- | fs/qnx4/file.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/qnx4/file.c b/fs/qnx4/file.c index ab923b7f0..2e2b9c2fb 100644 --- a/fs/qnx4/file.c +++ b/fs/qnx4/file.c @@ -189,16 +189,18 @@ struct inode_operations qnx4_file_inode_operations = NULL, /* rename */ NULL, /* readlink */ NULL, /* follow_link */ + qnx4_bmap, /* get_block */ qnx4_readpage, /* readpage */ NULL, /* writepage */ - qnx4_bmap, /* bmap */ + NULL, /* flushpage */ #ifdef CONFIG_QNX4FS_RW qnx4_truncate, /* truncate */ #else NULL, #endif NULL, /* permission */ - NULL /* smap */ + NULL, /* smap */ + NULL /* revalidate */ }; static int qnx4_readpage(struct file *file, struct page *page) |