Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131050
b: refs/heads/master
c: 89f135d
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason committed Jan 28, 2009
1 parent 92be611 commit 6f028bd
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: e4f722fa42537bcb0ff14322a57dc3870d093cab
refs/heads/master: 89f135d8b53bcccafd91a075366d2704ba257cf3
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3263,7 +3263,7 @@ static int btrfs_real_readdir(struct file *filp, void *dirent,

/* Reached end of directory/root. Bump pos past the last item. */
if (key_type == BTRFS_DIR_INDEX_KEY)
filp->f_pos = INT_LIMIT(typeof(filp->f_pos));
filp->f_pos = INT_LIMIT(off_t);
else
filp->f_pos++;
nopos:
Expand Down

0 comments on commit 6f028bd

Please sign in to comment.