Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198631
b: refs/heads/master
c: cc68e3b
h: refs/heads/master
i:
  198629: d3a7daa
  198627: 95d831b
  198623: 583e24b
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 26, 2010
1 parent e43c79d commit e8bf308
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: 3c7b204547bc3d342a4e31196fe14803581d279f
refs/heads/master: cc68e3be7412baaa1ea2a2df9e88770f1753da78
2 changes: 1 addition & 1 deletion trunk/fs/fscache/object-list.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static struct fscache_object *fscache_objlist_lookup(loff_t *_pos)
/* banners (can't represent line 0 by pos 0 as that would involve
* returning a NULL pointer) */
if (pos == 0)
return (struct fscache_object *) ++(*_pos);
return (struct fscache_object *)(long)++(*_pos);
if (pos < 3)
return (struct fscache_object *)pos;

Expand Down

0 comments on commit e8bf308

Please sign in to comment.