Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132431
b: refs/heads/master
c: ee568b2
h: refs/heads/master
i:
  132429: f2a885e
  132427: 4e6f221
  132423: 5cb304a
  132415: fc75fe3
v: v3
  • Loading branch information
Linus Torvalds committed Mar 17, 2009
1 parent 776799d commit 0d8e57e
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: 30390880debce4a68fd23e87a787f27609e4bf4a
refs/heads/master: ee568b25ee9e160b32d1aef73d8b2ee9c05d34db
2 changes: 1 addition & 1 deletion trunk/fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3082,7 +3082,7 @@ static int proc_task_readdir(struct file * filp, void * dirent, filldir_t filldi
goto out_no_task;
retval = 0;

switch (filp->f_pos) {
switch ((unsigned long)filp->f_pos) {
case 0:
ino = inode->i_ino;
if (filldir(dirent, ".", 1, filp->f_pos, ino, DT_DIR) < 0)
Expand Down

0 comments on commit 0d8e57e

Please sign in to comment.