[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [linux-lvm] A Caldera related bug?
- From: Patrick Caulfield <caulfield sistina com>
- To: linux-lvm sistina com
- Subject: Re: [linux-lvm] A Caldera related bug?
- Date: Thu, 30 Aug 2001 10:37:40 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]