public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andries.Brouwer@cwi.nl
To: Andries.Brouwer@cwi.nl, viro@math.psu.edu
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: [PATCH] cleanup in fs/super.c (do_kern_mount())
Date: Mon, 3 Sep 2001 17:07:28 GMT	[thread overview]
Message-ID: <200109031707.RAA36835@vlet.cwi.nl> (raw)

>>> +#define MS_NOUSER    (1<<31)

>> a pity to waste a bit

> No, it's not useful for userland ;-) For internal use.

Hmm. Bad style, but acceptable if you never do it again :-)

[I mean: as soon as we start using more than 16 mount flags
we have the top 16 bits, but only 2^16 - 1 values are available
since 0xc0ed is a conventional value; now if the bits are
completely independent then it is strange to forbid one
particular random combination, and it is cleaner to use
only 15 bits with 2^15 values. If the top bit is never used
from user space then it is available for internal purposes.]

Andries

             reply	other threads:[~2001-09-03 17:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-03 17:07 Andries.Brouwer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-09-03 13:53 [PATCH] cleanup in fs/super.c (do_kern_mount()) Andries.Brouwer
2001-09-03 16:53 ` Alexander Viro
2001-09-03  3:46 Alexander Viro

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=200109031707.RAA36835@vlet.cwi.nl \
    --to=andries.brouwer@cwi.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    --cc=viro@math.psu.edu \
    /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