diff options
| author | 2006-02-17 16:20:30 -0500 | |
|---|---|---|
| committer | 2006-02-17 16:20:30 -0500 | |
| commit | b04a92e1601eb6df3a3b6599e7fb7ee021eef2cb (patch) | |
| tree | f190980d5bffae81a67c0cea0d913ed2444ceb0c /include/linux/tty.h | |
| parent | Merge branch 'viro' (diff) | |
| parent | [PATCH] bonding: fix a locking bug in bond_release (diff) | |
Merge branch 'upstream-fixes'
Diffstat (limited to 'include/linux/tty.h')
| -rw-r--r-- | include/linux/tty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index a7bd3b4558d2..f45cd74e6f24 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -58,6 +58,8 @@ struct tty_buffer { int used; int size; int active; + int commit; + int read; /* Data points here */ unsigned long data[0]; }; |
