Re: [PATCH 11/17] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #2]

From: Arnd Bergmann
Date: Fri Aug 25 2006 - 04:42:18 EST


On Friday 25 August 2006 10:38, David Howells wrote:
>
> Arnd Bergmann <arnd@xxxxxxxx> wrote:
>
> >       case FS_IOC_GETFLAGS32:
> >       case FS_IOC_GETFLAGS64:
>
> That'll get you a "duplicate case statement" warning on a 32-bit arch.
>

No, I defined them with u32 and u64 arguments, respectively, so the
numbers are distinct on 32 bit.

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