From: Vadim Lobanov <vlobanov@speakeasy.net>
To: Eric Piel <Eric.Piel@tremplin-utc.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: limits / PIPE_BUF?
Date: Thu, 4 May 2006 09:42:47 -0700 (PDT) [thread overview]
Message-ID: <Pine.LNX.4.58.0605040940200.19371@shell3.speakeasy.net> (raw)
In-Reply-To: <4459AA1B.9020207@tremplin-utc.net>
On Thu, 4 May 2006, Eric Piel wrote:
> 05/04/2006 07:55 AM, Vadim Lobanov wrote/a écrit:
> > Hi,
> Hi!
>
> > A snippet from include/linux/limits.h:
> > #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
> >
> > PIPE_BUF is a bit of an oddity. It is defined there, then redefined in
> > the arm header files, even though those header files are never included
> > anywhere.
> Actually, here, on a 2.6.16 source code, PIPE_BUF is used in
> arch/sparc/kernel/sys_sunos.c, arch/sparc64/kernel/sys_sunos32.c, and
> arch/sparc64/solaris/fs.c . It seems it's some kind of compatibility
> value with Sun's OS...
Yes, I saw those. But they're really just "magic numbers" that userland
expects to see. In my opinion, the constant values should be inlined
into that compat code. Or, at best, moved into the sparc compat header
files.
> > Also, PIPE_BUF is never referenced by name in any of the Linux
> > code. And yet, it is still being mentioned in some Big And Scary
> > Warnings (tm): fs/autofs4/waitq.c or include/linux/pipe_fs_i.h, for
> > example.
> Maybe they wanted to say PIPE_BUFFERS ? (just wild guess)
Doesn't look like it to me. PIPE_BUFFERS stands for something else
entirely, if my understanding is correct. PIPE_BUF is the one that
"guarantees" atomicity.
> c u,
> Eric
>
- Vadim Lobanov
prev parent reply other threads:[~2006-05-04 16:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-04 5:55 Vadim Lobanov
2006-05-04 6:58 ` Arjan van de Ven
2006-05-04 16:39 ` Vadim Lobanov
2006-05-04 17:16 ` Arjan van de Ven
2006-05-04 17:50 ` Vadim Lobanov
2006-05-04 17:54 ` Arjan van de Ven
2006-05-04 18:10 ` Vadim Lobanov
2006-05-04 7:15 ` Eric Piel
2006-05-04 16:42 ` Vadim Lobanov [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=Pine.LNX.4.58.0605040940200.19371@shell3.speakeasy.net \
--to=vlobanov@speakeasy.net \
--cc=Eric.Piel@tremplin-utc.net \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®