exportfs: make ->encode_fh() a mandatory method for NFS export
[linux-2.6-block.git] / fs / squashfs / export.c
index 723763746238d8b260b0b5c7dbca75495f65035f..62972f0ff8681c798f0b11e17d501373b2145bd9 100644 (file)
@@ -173,6 +173,7 @@ __le64 *squashfs_read_inode_lookup_table(struct super_block *sb,
 
 
 const struct export_operations squashfs_export_ops = {
+       .encode_fh = generic_encode_ino32_fh,
        .fh_to_dentry = squashfs_fh_to_dentry,
        .fh_to_parent = squashfs_fh_to_parent,
        .get_parent = squashfs_get_parent