Message ID | 1478259273-3471-11-git-send-email-jlayton@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/ceph/super.c b/fs/ceph/super.c index b382e5910eea..35355ee88744 100644 --- a/fs/ceph/super.c +++ b/fs/ceph/super.c @@ -536,7 +536,8 @@ static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, struct ceph_fs_client *fsc; const u64 supported_features = CEPH_FEATURE_FLOCK | CEPH_FEATURE_DIRLAYOUTHASH | - CEPH_FEATURE_MDSENC | CEPH_FEATURE_MDS_INLINE_DATA; + CEPH_FEATURE_MDSENC | CEPH_FEATURE_MDS_INLINE_DATA | + CEPH_FEATURE_FS_BTIME; const u64 required_features = 0; int page_count; size_t size;
All of the necessary plumbing is in place. Signed-off-by: Jeff Layton <jlayton@redhat.com> --- fs/ceph/super.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)