Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200330
b: refs/heads/master
c: 558d349
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Jun 1, 2010
1 parent 3ca5d95 commit 895245b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 205475679a74fe40b63a1c7f41110fdb64daa8b9
refs/heads/master: 558d3499bd059d4534b1f2b69dc1c562acc733fe
2 changes: 1 addition & 1 deletion trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 895245b

Please sign in to comment.