2008-08-19 13:38:48

by Frans Meulenbroeks

[permalink] [raw]
Subject: hppfs; CONFIG_HPPFS; used ?? or orphaned??

While roaming through the fs tree I bumped upon the directory hppfs (not hpfs!)

Is this one orphaned?
I saw that the Makefile references CONFIG_HPPFS, but I could not find
it in a Kconfig file nor in the .config I generated (not even a
CONFIG_HPPFS not set line).
(so either it does not exist, or my eyes are getting old).

As such it does not seem too useful (unless I am overlooking things):

Two options:
- add it to some Kconfig (and note I cannot do that, I have not the
faintest idea what it is, actually I got there out of curiosity).
- rm -rf hppfs


2008-08-19 13:45:44

by Adrian Bunk

[permalink] [raw]
Subject: Re: hppfs; CONFIG_HPPFS; used ?? or orphaned??

On Tue, Aug 19, 2008 at 03:38:37PM +0200, Frans Meulenbroeks wrote:
> While roaming through the fs tree I bumped upon the directory hppfs (not hpfs!)
>
> Is this one orphaned?
> I saw that the Makefile references CONFIG_HPPFS, but I could not find
> it in a Kconfig file
>...

$ grep -r HPPFS *
arch/um/Kconfig:config HPPFS
...


cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

2008-08-19 13:55:28

by Frans Meulenbroeks

[permalink] [raw]
Subject: Re: hppfs; CONFIG_HPPFS; used ?? or orphaned??

2008/8/19 Adrian Bunk <[email protected]>:
> On Tue, Aug 19, 2008 at 03:38:37PM +0200, Frans Meulenbroeks wrote:

> $ grep -r HPPFS *
> arch/um/Kconfig:config HPPFS

Aargh. How could I have forgotten my old friend grep -r.
Thanks for enlightning me & apologies for the disturbance!

FM.