diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
commit | 78c388aed2b7184182c08428db1de6c872d815f5 (patch) | |
tree | 4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /fs/qnx4/file.c | |
parent | eb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff) |
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'fs/qnx4/file.c')
-rw-r--r-- | fs/qnx4/file.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/qnx4/file.c b/fs/qnx4/file.c index f26733d9a..499980126 100644 --- a/fs/qnx4/file.c +++ b/fs/qnx4/file.c @@ -180,11 +180,7 @@ static struct file_operations qnx4_file_operations = struct inode_operations qnx4_file_inode_operations = { &qnx4_file_operations, /* default file operations */ -#ifdef CONFIG_QNX4FS_RW - qnx4_create, /* create */ -#else - NULL, -#endif + NULL, /* create? It's not a directory */ NULL, /* lookup */ NULL, /* link */ NULL, /* unlink */ |