Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218937
b: refs/heads/master
c: 8812a3d
h: refs/heads/master
i:
  218935: 4c6f581
v: v3
  • Loading branch information
Sripathi Kodi authored and Eric Van Hensbergen committed Oct 28, 2010
1 parent 93e3bdd commit d49eb3d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3834b12a18d51d6c535ea52e16355d75806ffe38
refs/heads/master: 8812a3d5f873e28cd08ec8afe328c4182b72db49
3 changes: 2 additions & 1 deletion trunk/fs/9p/vfs_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ static int v9fs_dir_readdir_dotl(struct file *filp, void *dirent,
while (rdir->head < rdir->tail) {

err = p9dirent_read(rdir->buf + rdir->head,
buflen - rdir->head, &curdirent,
rdir->tail - rdir->head,
&curdirent,
fid->clnt->proto_version);
if (err < 0) {
P9_DPRINTK(P9_DEBUG_VFS, "returned %d\n", err);
Expand Down

0 comments on commit d49eb3d

Please sign in to comment.