lkml.org 
[lkml]   [2014]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH tty-next 15/22] isdn: tty: Use private flag for ASYNC_CLOSING
Date
From: Of Peter Hurley
> ASYNC_CLOSING is no longer used in the tty core; use private flag
> info->closing as substitute.
...
> @@ -311,6 +311,7 @@ typedef struct atemu {
> typedef struct modem_info {
> int magic;
> struct tty_port port;
> + int closing:1; /* port count has dropped to 0 */
> int x_char; /* xon/xoff character */
> int mcr; /* Modem control register */
> int msr; /* Modem status register */

That should probably be a bool and set to true/false.
You are probably adding a load of padding.

David





\
 
 \ /
  Last update: 2014-06-16 21:01    [W:1.350 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site