]> git.baikalelectronics.ru Git - kernel.git/commit
devpts: remove module-related code
authorH. Peter Anvin <hpa@zytor.com>
Wed, 17 Jun 2009 04:15:04 +0000 (21:15 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 24 Jun 2009 12:15:24 +0000 (08:15 -0400)
commit814fa37e10bcf16c3b5b1c266ba359a729bce24b
tree9ef80d495199599daf73b86373f0fc131bbed1d4
parent0af81f0ad134c2c08f8e85f218d85aca787f5b4b
devpts: remove module-related code

These days, the devpts filesystem is closely integrated with the pty
memory management, and cannot be built as a module, even less removed
from the kernel.  Accordingly, remove all module-related stuff from
this filesystem.

[ v2: only remove code that's actually dead ]

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/devpts/inode.c