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/hppfs/Makefile | |
parent | um: Move syscall() declaration into os.h (diff) | |
download | linux-f74a14e870c80d6261afed66d4bad779c1213e03.tar.xz linux-f74a14e870c80d6261afed66d4bad779c1213e03.zip |
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/hppfs/Makefile')
-rw-r--r-- | fs/hppfs/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/hppfs/Makefile b/fs/hppfs/Makefile deleted file mode 100644 index 3a982bd975d2..000000000000 --- a/fs/hppfs/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# -# Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com) -# Licensed under the GPL -# - -obj-$(CONFIG_HPPFS) += hppfs.o |