diff options
author | Richard Weinberger <richard@nod.at> | 2015-04-21 20:52:26 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-05-31 13:23:08 +0200 |
commit | f74a14e870c80d6261afed66d4bad779c1213e03 (patch) | |
tree | 93b176482eaa49113a583ff9f690085134bcd6e9 /fs/Makefile | |
parent | 89520d999683cb945d7540efd0944b3af2db9a54 (diff) | |
download | op-kernel-dev-f74a14e870c80d6261afed66d4bad779c1213e03.zip op-kernel-dev-f74a14e870c80d6261afed66d4bad779c1213e03.tar.gz |
um: Remove hppfs
hppfs (honeypot procfs) was an attempt to use UML as honeypot.
It was never stable nor in heavy use.
As Al Viro and Christoph Hellwig pointed some major issues out
it is better to let it die.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index cb92fd4..cb20e4b 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -115,7 +115,6 @@ obj-$(CONFIG_AFS_FS) += afs/ obj-$(CONFIG_NILFS2_FS) += nilfs2/ obj-$(CONFIG_BEFS_FS) += befs/ obj-$(CONFIG_HOSTFS) += hostfs/ -obj-$(CONFIG_HPPFS) += hppfs/ obj-$(CONFIG_CACHEFILES) += cachefiles/ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_TRACING) += tracefs/ |