[linux-lvm] A Caldera related bug?

Patrick Caulfield caulfield at sistina.com
Thu Aug 30 09:37:40 UTC 2001


On Thu, Aug 30, 2001 at 03:23:21AM -0600, Andreas Dilger wrote:
> 
> >  /* remap physical sector/rdev pairs including hash */
> >  typedef struct lv_block_exception_v1 {
> > +#ifdef __KERNEL__
> >  	struct list_head hash;
> > +#else
> > +	uint64_t hash;			/* XXX b0rken on 64bit plattforms */
> > +#endif
> 
> Maybe the non-kernel part can be considered as two void * pointers?
> I'm not sure if that will work on sparc64, if the kernel and user
> pointer sizes are not the same.

It should be OK because the ioctl32 layer fixes it up anyway.

Patrick





More information about the linux-lvm mailing list