From aba344fdfed81b2c03d6114c54cfd73a486aa10b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 5 Jul 1999 23:09:37 +0000 Subject: Merge with Linux 2.3.9. --- fs/qnx4/dir.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fs/qnx4/dir.c') diff --git a/fs/qnx4/dir.c b/fs/qnx4/dir.c index 029fd9061..8b27142a3 100644 --- a/fs/qnx4/dir.c +++ b/fs/qnx4/dir.c @@ -114,10 +114,12 @@ struct inode_operations qnx4_dir_inode_operations = NULL, /* rename */ NULL, /* readlink */ NULL, /* follow_link */ + NULL, /* get_block */ NULL, /* readpage */ NULL, /* writepage */ - NULL, /* bmap */ + NULL, /* flushpage */ NULL, /* truncate */ NULL, /* permission */ - NULL /* smap */ + NULL, /* smap */ + NULL /* revalidate */ }; -- cgit v1.2.3