Messages in this thread |  | | | Date | Sun, 4 May 2008 21:45:51 -0700 (PDT) | | From | Davide Libenzi <> | | Subject | Re: [PATCH 01/18] flag parameters: helper function |
On Sun, 4 May 2008, Ulrich Drepper wrote:
> In the following patches we have to map one set of flags to another one
> in numerous locations. This patch provides a generic implementation for
> this. It is basically the code Davide Libenzi suggested on 4/27/08.
>
> I haven't checked whether this functionality can be applied to any existing
> code.
>
>
> include/linux/flagsremap.h | 15 +++++++++++++++
> lib/Makefile | 2 +-
> lib/flagsremap.c | 17 +++++++++++++++++
> 3 files changed, 33 insertions(+), 1 deletion(-)
>
>
> Signed-off-by: Ulrich Drepper <drepper@redhat.com>
I dunno if this deserves separate c/h files. Otherwise ...
Acked-by: Davide Libenzi <davidel@xmailserver.org>
- Davide
|  |