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)
commit26a2e20f4a966bebc312836aeb4423fbfd4e33e2
tree69c2d9fc4eba1e62a66892173ea0a4c599768f12
parent0b91421857414f525690ee452c0b0acb6ab1dba3
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