Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128629
b: refs/heads/master
c: c2a8b6e
h: refs/heads/master
i:
  128627: 5790234
v: v3
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent 4952d48 commit edaf837
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: bea495e5b4d9746f26cf5b4100d24c77c3dcbd84
refs/heads/master: c2a8b6e11009398ca9363d8ba8d4e7e40fb897fd
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ static int btrfs_readdir(struct file *filp, void *dirent, filldir_t filldir)
di = (struct btrfs_dir_item *)((char *)di + di_len);
}
}
filp->f_pos++;
filp->f_pos = INT_LIMIT(typeof(filp->f_pos));
nopos:
ret = 0;
err:
Expand Down

0 comments on commit edaf837

Please sign in to comment.