summaryrefslogtreecommitdiffstats
path: root/fs/coda/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/coda/file.c')
-rw-r--r--fs/coda/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/coda/file.c b/fs/coda/file.c
index 949d9ce00..cbc81542f 100644
--- a/fs/coda/file.c
+++ b/fs/coda/file.c
@@ -66,6 +66,7 @@ struct file_operations coda_file_operations = {
NULL, /* ioctl */
coda_file_mmap, /* mmap */
coda_open, /* open */
+ NULL,
coda_release, /* release */
coda_fsync, /* fsync */
NULL, /* fasync */