diff --git a/[refs] b/[refs] index ad3980075781..d3ad862d3083 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30390880debce4a68fd23e87a787f27609e4bf4a +refs/heads/master: ee568b25ee9e160b32d1aef73d8b2ee9c05d34db diff --git a/trunk/fs/proc/base.c b/trunk/fs/proc/base.c index cc6ea2329e71..beaa0ce3b82e 100644 --- a/trunk/fs/proc/base.c +++ b/trunk/fs/proc/base.c @@ -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)