Messages in this thread |  | | From | "Stuart MacDonald" <> | Subject | RE: Redundant code? | Date | Mon, 2 Jun 2003 11:58:23 -0400 |
| |
From: linux-kernel-owner@vger.kernel.org > Stuart MacDonald wrote: > > --- linux-2.5.70/fs/select.c 2003-05-26 > 21:00:21.000000000 -0400 > > +++ linux-2.5.70-new/fs/select.c 2003-06-02 > 11:40:24.000000000 -0400 > > @@ -344,9 +344,6 @@ > > (ret = get_fd_set(n, outp, fds.out)) || > > (ret = get_fd_set(n, exp, fds.ex))) > > goto out; > > - zero_fd_set(n, fds.res_in); > > - zero_fd_set(n, fds.res_out); > > - zero_fd_set(n, fds.res_ex); > > > > ret = do_select(n, &fds, &timeout); > > fds.in != fds.res_in
<smacks forehead> You are correct.
..Stu
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |