Re: [PATCH 2/3] futex: replace fshared and clockrt with combinedflags

From: Thomas Gleixner
Date: Mon Nov 08 2010 - 11:48:00 EST


On Wed, 27 Oct 2010, Darren Hart wrote:
> -static int futex_wake(u32 __user *uaddr, int fshared, int nr_wake, u32 bitset)
> +static int futex_wake(u32 __user *uaddr, int flags, int nr_wake, u32 bitset)

Can we make the flags unsigned please ?

Aside of that it'd be nice to split out the patches which cleanup the
functions which do not use fshared anymore.

Thanks,

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