Re: [PATCH] add stricmp

From: Christoph Hellwig
Date: Thu Sep 08 2005 - 10:18:28 EST


On Thu, Sep 08, 2005 at 05:05:06PM +0200, Jan Beulich wrote:
> (Note: Patch also attached because the inline version is certain to get
> line wrapped.)
>
> While strnicmp existed in the set of string support routines, stricmp
> didn't, which this patch adjusts.

I don't thing we should do case-insenstitive comparims in kernel, and
in the few cases where we must (legacy OS fileystem support) it needs
to be NLS-capable.

But once again we need to see the users anyway. You're adding tons of
bloat in your patches without showing us an actually useful user.
-
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/