Re: [PATCH]: serial oops fixes among others

From: Theodore Y. Ts'o (tytso@MIT.EDU)
Date: Wed Jul 26 2000 - 17:19:56 EST


   Date: Wed, 26 Jul 2000 16:16:47 -0500
   From: Mike Perry <mikepery@fscked.org>

   Alright, well hows this: The info struct won't have a pgrp or
   session set until after an open has completed (they are set right at the end
   of rs_open, and info is memset to zero by get_async_struct).

   So on line 1316, if you do:

   1316c1316
   < if (retval) {
   ---
> if (retval && !info->session) {
   1324a1325,1326
> else if (retval)
> goto errout;

Note, please send unified diffs (diff -u); ed-style diffs like what you
sent me are very painful to try to use unless I'm using exactly the same
source base as you are (which very often isn't the case).

                                                        - Ted

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jul 31 2000 - 21:00:22 EST