Re: [patch] linux/ufs_fs.h: use __u64 for userspace

From: Christoph Hellwig
Date: Wed Jan 02 2008 - 02:51:12 EST


On Wed, Jan 02, 2008 at 04:02:42AM +0200, Adrian Bunk wrote:
> But userspace anyway can't use them since it doesn't know what "uspi"
> is, so you should better reduce the userspace visibility of this header.

We had this come up before and the header should not be exported to
userspace at all. It documents the ufs ondisk structures which are

a) not a user/kernel interface
b) may change frequently due to addition of another ufs subvariant.

The only non-kernel user of this known to me is silo, which should just
have it's own header documenting the solaris sparc ufs variant it needs
to understand, possibly by using a copy of the kernel version at any
given point of time.

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