aboutsummaryrefslogtreecommitdiffstats
path: root/fs/qnx4/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/qnx4/file.c')
-rw-r--r--fs/qnx4/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/qnx4/file.c b/fs/qnx4/file.c
index 867f42b02035..e7033ea10e2f 100644
--- a/fs/qnx4/file.c
+++ b/fs/qnx4/file.c
@@ -29,7 +29,7 @@ const struct file_operations qnx4_file_operations =
29#ifdef CONFIG_QNX4FS_RW 29#ifdef CONFIG_QNX4FS_RW
30 .write = do_sync_write, 30 .write = do_sync_write,
31 .aio_write = generic_file_aio_write, 31 .aio_write = generic_file_aio_write,
32 .fsync = qnx4_sync_file, 32 .fsync = simple_fsync,
33#endif 33#endif
34}; 34};
35 35