exportfs: make ->encode_fh() a mandatory method for NFS export
[sfrench/cifs-2.6.git] / fs / jffs2 / super.c
index 7ea37f49f1e18e0c7737ac4132c8c4930b4d474f..f99591a634b4dd5b8450ff54bc70de2c66d4677d 100644 (file)
@@ -150,6 +150,7 @@ static struct dentry *jffs2_get_parent(struct dentry *child)
 }
 
 static const struct export_operations jffs2_export_ops = {
+       .encode_fh = generic_encode_ino32_fh,
        .get_parent = jffs2_get_parent,
        .fh_to_dentry = jffs2_fh_to_dentry,
        .fh_to_parent = jffs2_fh_to_parent,