public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: Andreas Jaeger <aj@suse.de>
Cc: libc-hacker@sourceware.org
Subject: Re: Patch to handle cgroup and btrfs filesystems
Date: Fri, 01 Oct 2010 15:26:00 -0000	[thread overview]
Message-ID: <4CA5FDA4.2060705@twiddle.net> (raw)
In-Reply-To: <201010010632.57347.aj@suse.de>

On 09/30/2010 09:32 PM, Andreas Jaeger wrote:
>  /* Constant that identifies the `bfs' filesystem.  */
>  #define BFS_MAGIC		0x1BADFACE
>  
> +/* Constant that identifies the `btrfs' filesystem.  */
> +#define BTRFS_SUPER_MAGIC	0x1BADFACE
> +
> +/* Constant that identifies the `cgroup' filesystem.  */
> +#define CGROUP_SUPER_MAGIC	0x1BADFACE

3 identical magic's can't be put into the same switch
statements.  How did this compile for you?


r~

  reply	other threads:[~2010-10-01 15:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-01  4:33 Andreas Jaeger
2010-10-01 15:26 ` Richard Henderson [this message]
2010-10-01 19:49   ` Andreas Jaeger

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=4CA5FDA4.2060705@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aj@suse.de \
    --cc=libc-hacker@sourceware.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).