commit | 808a0d389ff8d85017ec811085a6083394c02caf | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Fri Sep 29 02:00:40 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 29 09:18:16 2006 -0700 |
tree | bdd458bced9222bcf9515c3e3b4d349304c9d1a4 | |
parent | 1266b1e1aed0a4d7d5cb569deca8c31cba34a990 [diff] |
[PATCH] tty: lock ticogwinsz Now we lock the set ioctl its trivial to lock the get one so the data copied is consistent. At the moment we have the BKL here but this removes the need for it and is a step in the right direction Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>