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
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/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.