]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/ceph/export.c
->encode_fh() API change
[mirror_ubuntu-zesty-kernel.git] / fs / ceph / export.c
index fbb2a643ef10a1f75c4918f165c9e3a22a603a86..4f9234c6da613a120c9f138c51a2c14d331b9d31 100644 (file)
@@ -247,7 +247,9 @@ static struct dentry *ceph_fh_to_parent(struct super_block *sb,
 }
 
 const struct export_operations ceph_export_ops = {
+#ifdef CEPH_BREAKAGE_FIXED
        .encode_fh = ceph_encode_fh,
+#endif
        .fh_to_dentry = ceph_fh_to_dentry,
        .fh_to_parent = ceph_fh_to_parent,
 };