linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tim Hockin <thockin@hockin.org>
To: davem@redhat.com (David S. Miller)
Cc: torvalds@transmeta.com, thockin@hockin.org,
	schwidefsky@de.ibm.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.5.41 s390 (8/8): 16 bit uid/gids.
Date: Wed, 9 Oct 2002 16:59:19 -0700 (PDT)	[thread overview]
Message-ID: <200210092359.g99NxJh05873@www.hockin.org> (raw)
In-Reply-To: <20021009.163853.11929697.davem@redhat.com> from "David S. Miller" at Oct 09, 2002 04:38:53 PM

> So maybe what you're saying is some "asm/uid16.h" that
> conditionalizes?


It doesn't need to be asm/ - it can all be generic.  You just have
<linux/uid16_convert.h> be the unconditional macro definitions.
<linux/highuid.h> can conditionally include that.  Only downside is that you
have to define the NOP version of the macros in highuid.h, but it's not like
these are growing or evolving.

I'm fine with that or manually defining CONFIG_UID16 - it is really for
special cases.  I just loathe duplicated code :)

Tim

      reply	other threads:[~2002-10-09 23:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-09 12:32 [PATCH] 2.5.41 s390 (8/8): 16 bit uid/gids Martin Schwidefsky
2002-10-09 17:24 ` Linus Torvalds
2002-10-09 17:38   ` Tim Hockin
2002-10-09 17:47     ` Linus Torvalds
2002-10-09 18:24       ` Tim Hockin
2002-10-09 22:10         ` Linus Torvalds
2002-10-09 22:43           ` Tim Hockin
2002-10-09 23:12             ` Linus Torvalds
2002-10-09 23:38               ` David S. Miller
2002-10-09 23:59                 ` Tim Hockin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200210092359.g99NxJh05873@www.hockin.org \
    --to=thockin@hockin.org \
    --cc=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).