Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189915
b: refs/heads/master
c: e1e4dd0
h: refs/heads/master
i:
  189913: e7deb5b
  189911: 1ccbffb
v: v3
  • Loading branch information
Yehuda Sadeh authored and Sage Weil committed Apr 13, 2010
1 parent 94c57dd commit bfd1a0b
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: fc837c8f0446b73a1661339db406c0238dd1d184
refs/heads/master: e1e4dd0caa63e166afa46a1ccc947bebb4f66bcf
2 changes: 1 addition & 1 deletion trunk/fs/ceph/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static int ceph_readdir(struct file *filp, void *dirent, filldir_t filldir)
req->r_readdir_offset = fi->next_offset;
req->r_args.readdir.frag = cpu_to_le32(frag);
req->r_args.readdir.max_entries = cpu_to_le32(max_entries);
req->r_num_caps = max_entries;
req->r_num_caps = max_entries + 1;
err = ceph_mdsc_do_request(mdsc, NULL, req);
if (err < 0) {
ceph_mdsc_put_request(req);
Expand Down

0 comments on commit bfd1a0b

Please sign in to comment.