From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Oleg Drokin <green@linuxhacker.ru>
Cc: neilb@cse.unsw.edu.au, linux-fsdevel@vger.kernel.org
Subject: Re: Pass "allow owner override" flags from NFSD down to actual FS.
Date: Sun, 23 Apr 2006 14:11:06 +1000 [thread overview]
Message-ID: <20060423141106.2217fa74.sfr@canb.auug.org.au> (raw)
In-Reply-To: <20060422202935.GU22333@linuxhacker.ru>
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
On Sat, 22 Apr 2006 23:29:35 +0300 Oleg Drokin <green@linuxhacker.ru> wrote:
>
> --- linux-2.6.16/include/asm-generic/fcntl.h.orig 2006-04-22 23:09:57.000000000 +0300
> +++ linux-2.6.16/include/asm-generic/fcntl.h 2006-04-22 23:10:58.000000000 +0300
> @@ -52,6 +52,9 @@
> #ifndef O_NDELAY
> #define O_NDELAY O_NONBLOCK
> #endif
> +#ifndef O_OWNER_OVERRIDE
> +#define O_OWNER_OVERRIDE 02000000
^^^^^^^^
Choose again, this clashes with O_DIRECT on alpha and O_RSYNC on parisc.
(Or define O_OWNER_OVERRIDE for them.)
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-04-23 4:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-22 20:29 Pass "allow owner override" flags from NFSD down to actual FS Oleg Drokin
2006-04-23 4:11 ` Stephen Rothwell [this message]
2006-04-27 0:28 ` Neil Brown
2006-04-28 22:28 ` Oleg Drokin
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=20060423141106.2217fa74.sfr@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=green@linuxhacker.ru \
--cc=linux-fsdevel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
/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).