readahead: add look-ahead support to __do_page_cache_readahead()
[firefly-linux-kernel-4.4.55.git] / fs / efs / super.c
index e0a6839e68ae0f53f762a5f4aed8466b6d1d98ff..d360c81f3a729b7a282ef5da9a99fe65ffb43335 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/efs_fs.h>
 #include <linux/efs_vh.h>
 #include <linux/efs_fs_sb.h>
+#include <linux/exportfs.h>
 #include <linux/slab.h>
 #include <linux/buffer_head.h>
 #include <linux/vfs.h>
@@ -113,6 +114,7 @@ static const struct super_operations efs_superblock_operations = {
 };
 
 static struct export_operations efs_export_ops = {
+       .get_dentry     = efs_get_dentry,
        .get_parent     = efs_get_parent,
 };