]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Untangle termios and mm mutex dependencies
authorAlan Cox <alan@linux.intel.com>
Thu, 11 Jun 2009 13:03:13 +0000 (14:03 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 15:51:06 +0000 (08:51 -0700)
commit27eb251ca895495c0c9e503952f08a5bb6e69d41
tree69c2d9fc4eba1e62a66892173ea0a4c599768f12
parent1647ee29f930e5c3900d2bf2558cf142e0e26c22
tty: Untangle termios and mm mutex dependencies

Although this doesn't cause any problems it could potentially do so for
future mmap using devices. No real work is needed to sort it out so untangle
it before it causes problems

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_ioctl.c