diff options
Diffstat (limited to 'fs/ceph/export.c')
-rw-r--r-- | fs/ceph/export.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/export.c b/fs/ceph/export.c index fbb2a643ef10..4f9234c6da61 100644 --- a/fs/ceph/export.c +++ b/fs/ceph/export.c | |||
@@ -247,7 +247,9 @@ static struct dentry *ceph_fh_to_parent(struct super_block *sb, | |||
247 | } | 247 | } |
248 | 248 | ||
249 | const struct export_operations ceph_export_ops = { | 249 | const struct export_operations ceph_export_ops = { |
250 | #ifdef CEPH_BREAKAGE_FIXED | ||
250 | .encode_fh = ceph_encode_fh, | 251 | .encode_fh = ceph_encode_fh, |
252 | #endif | ||
251 | .fh_to_dentry = ceph_fh_to_dentry, | 253 | .fh_to_dentry = ceph_fh_to_dentry, |
252 | .fh_to_parent = ceph_fh_to_parent, | 254 | .fh_to_parent = ceph_fh_to_parent, |
253 | }; | 255 | }; |