summaryrefslogtreecommitdiffstats
path: root/fs/ext2/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2/dir.c')
-rw-r--r--fs/ext2/dir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c
index cbf6a9020..c5af9d8e1 100644
--- a/fs/ext2/dir.c
+++ b/fs/ext2/dir.c
@@ -43,6 +43,7 @@ static struct file_operations ext2_dir_operations = {
ext2_ioctl, /* ioctl */
NULL, /* mmap */
NULL, /* no special open code */
+ NULL, /* flush */
NULL, /* no special release code */
ext2_sync_file, /* fsync */
NULL, /* fasync */