Re: Request: removal of fs/fs.h/super_block.u to enable partition

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 19 Sep 2001 22:52:52 +0100 (BST)


> > You are not going to stop a tired sysadmin doing something daft. You can
> > certainly create a GPL'd raw partition as a file fs (I believe someone did
> > that so INN could mmap raw on a device)
> >
> > However you don't need to remove anything for that
>
> But I can't distribute the file fs with my application,
> because I can't expect my
> user base to patch and recompile their kernel just so they can run
> my application.
>
> Perhaps what is needed is an 'inuse' filesystem or a way to make
> filesystem modules without patching the kernel.

Apart from the fact that the interface is source level you already can
distribute, compile and merge file systems without patching the kernel.

It seems to be a user space issue not a kernel one. Your app can amend
/etc/mtab when it creates and shuts down.

Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/