All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ali Bahar <ali@internetdog.org>
To: Markus Trippelsdorf <markus@trippelsdorf.de>
Cc: Al Viro <viro@ZenIV.linux.org.uk>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: Re: [git pull] vfs pile 1.5
Date: Sun, 31 Jul 2011 11:45:59 +0800	[thread overview]
Message-ID: <20110731034559.GA8041@internetdog.org> (raw)
In-Reply-To: <20110726033535.GA11939@x4.trippels.de>

On Tue, Jul 26, 2011 at 05:35:35AM +0200, Markus Trippelsdorf wrote:
> On 2011.07.25 at 19:56 +0100, Al Viro wrote:
> > Regression fixes (devtmpfs race, cifs ->d_revalidate() breakage, fsync
> > fallout), ACL stuff (me/Linus/Christoph), fixes for bugs found while
> 
> > Linus Torvalds (1):
> >       vfs: move ACL cache lookup into generic code
> 
> This breaks the build for "# CONFIG_FS_POSIX_ACL is not set" configs:
> 
>   CC      fs/namei.o
> fs/namei.c: In function ‘check_acl’:
> fs/namei.c:191:10: error: implicit declaration of function ‘negative_cached_acl’ [-Werror=implicit-function-declaration]
> fs/namei.c:196:2: error: implicit declaration of function ‘get_cached_acl’ [-Werror=implicit-function-declaration]
> fs/namei.c:196:6: warning: assignment makes pointer from integer without a cast [enabled by default]
> fs/namei.c:212:11: error: implicit declaration of function ‘set_cached_acl’ [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors

Ditto.
(I'm using the staging-2.6 tree.)
regards,
ali

> 
> -- 
> Markus

WARNING: multiple messages have this Message-ID (diff)
From: Ali Bahar <ali@internetdog.org>
To: Markus Trippelsdorf <markus@trippelsdorf.de>
Cc: Al Viro <viro@ZenIV.linux.org.uk>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: Re: [git pull] vfs pile 1.5
Date: Sun, 31 Jul 2011 11:45:59 +0800	[thread overview]
Message-ID: <20110731034559.GA8041@internetdog.org> (raw)
In-Reply-To: <20110726033535.GA11939@x4.trippels.de>

On Tue, Jul 26, 2011 at 05:35:35AM +0200, Markus Trippelsdorf wrote:
> On 2011.07.25 at 19:56 +0100, Al Viro wrote:
> > Regression fixes (devtmpfs race, cifs ->d_revalidate() breakage, fsync
> > fallout), ACL stuff (me/Linus/Christoph), fixes for bugs found while
> 
> > Linus Torvalds (1):
> >       vfs: move ACL cache lookup into generic code
> 
> This breaks the build for "# CONFIG_FS_POSIX_ACL is not set" configs:
> 
>   CC      fs/namei.o
> fs/namei.c: In function ‘check_acl’:
> fs/namei.c:191:10: error: implicit declaration of function ‘negative_cached_acl’ [-Werror=implicit-function-declaration]
> fs/namei.c:196:2: error: implicit declaration of function ‘get_cached_acl’ [-Werror=implicit-function-declaration]
> fs/namei.c:196:6: warning: assignment makes pointer from integer without a cast [enabled by default]
> fs/namei.c:212:11: error: implicit declaration of function ‘set_cached_acl’ [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors

Ditto.
(I'm using the staging-2.6 tree.)
regards,
ali

> 
> -- 
> Markus
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2011-07-31  5:47 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 18:56 [git pull] vfs pile 1.5 Al Viro
2011-07-26  3:35 ` Markus Trippelsdorf
2011-07-26  3:35   ` Markus Trippelsdorf
2011-07-26  4:52   ` Linus Torvalds
2011-07-26  5:25     ` Stephen Rothwell
2011-07-26  8:21     ` Markus Trippelsdorf
2011-07-26  8:21       ` Markus Trippelsdorf
2011-07-26  8:52       ` Steven Liu
2011-07-26  8:52         ` Steven Liu
2011-07-26  8:58         ` Markus Trippelsdorf
2011-07-26  8:58           ` Markus Trippelsdorf
2011-07-26  9:15           ` [PATCH] xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set Markus Trippelsdorf
2011-07-26  9:15             ` Markus Trippelsdorf
2011-07-26  9:34             ` Christoph Hellwig
2011-07-26  9:47               ` Markus Trippelsdorf
2011-07-26  9:49                 ` Christoph Hellwig
2011-07-26 16:12                   ` Linus Torvalds
2011-07-26 16:12                     ` Linus Torvalds
2011-07-29 13:17               ` Ingo Molnar
2011-07-29 17:56             ` Alex Elder
2011-07-29 17:56               ` Alex Elder
2011-07-26 15:52           ` [git pull] vfs pile 1.5 Linus Torvalds
2011-07-26 15:59             ` Markus Trippelsdorf
2011-07-26 15:59               ` Markus Trippelsdorf
2011-07-26 16:10               ` Linus Torvalds
2011-07-26 16:10                 ` Linus Torvalds
2011-07-26 16:18                 ` Christoph Hellwig
2011-07-26 16:37                   ` Linus Torvalds
2011-07-31  3:45   ` Ali Bahar [this message]
2011-07-31  3:45     ` Ali Bahar

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=20110731034559.GA8041@internetdog.org \
    --to=ali@internetdog.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=markus@trippelsdorf.de \
    --cc=torvalds@linux-foundation.org \
    --cc=viro@ZenIV.linux.org.uk \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.