diff options
Diffstat (limited to 'fs/qnx4/dir.c')
-rw-r--r-- | fs/qnx4/dir.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/qnx4/dir.c b/fs/qnx4/dir.c index 003c68f3238b..86cc39cb1398 100644 --- a/fs/qnx4/dir.c +++ b/fs/qnx4/dir.c | |||
@@ -85,9 +85,4 @@ const struct file_operations qnx4_dir_operations = | |||
85 | const struct inode_operations qnx4_dir_inode_operations = | 85 | const struct inode_operations qnx4_dir_inode_operations = |
86 | { | 86 | { |
87 | .lookup = qnx4_lookup, | 87 | .lookup = qnx4_lookup, |
88 | #ifdef CONFIG_QNX4FS_RW | ||
89 | .create = qnx4_create, | ||
90 | .unlink = qnx4_unlink, | ||
91 | .rmdir = qnx4_rmdir, | ||
92 | #endif | ||
93 | }; | 88 | }; |