diff --git a/[refs] b/[refs] index e59c1b2fb39c..d37cf7bf7001 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 205475679a74fe40b63a1c7f41110fdb64daa8b9 +refs/heads/master: 558d3499bd059d4534b1f2b69dc1c562acc733fe diff --git a/trunk/fs/ceph/super.c b/trunk/fs/ceph/super.c index 4e0bee240b9d..8db88792b5ad 100644 --- a/trunk/fs/ceph/super.c +++ b/trunk/fs/ceph/super.c @@ -89,7 +89,7 @@ static int ceph_statfs(struct dentry *dentry, struct kstatfs *buf) buf->f_files = le64_to_cpu(st.num_objects); buf->f_ffree = -1; - buf->f_namelen = PATH_MAX; + buf->f_namelen = NAME_MAX; buf->f_frsize = PAGE_CACHE_SIZE; /* leave fsid little-endian, regardless of host endianness */