Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760416AbZC3UqJ (ORCPT ); Mon, 30 Mar 2009 16:46:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755955AbZC3Upz (ORCPT ); Mon, 30 Mar 2009 16:45:55 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47726 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755125AbZC3Upy (ORCPT ); Mon, 30 Mar 2009 16:45:54 -0400 Message-ID: <49D12F6B.6060408@suse.com> Date: Mon, 30 Mar 2009 16:45:31 -0400 From: Jeff Mahoney Organization: SUSE Labs, Novell, Inc User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: Alexander Beregalov Cc: Linus Torvalds , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, ReiserFS Development List Subject: Re: [PATCH] reiserfs: fix build breakage References: <20090330203240.GA19456@orion> In-Reply-To: <20090330203240.GA19456@orion> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1902 Lines: 55 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alexander Beregalov wrote: > fs/reiserfs/inode.c: In function 'reiserfs_new_inode': > fs/reiserfs/inode.c:1919: warning: passing argument 1 of > 'reiserfs_inherit_default_acl' from incompatible pointer type > fs/reiserfs/inode.c:1919: warning: passing argument 2 of > 'reiserfs_inherit_default_acl' from incompatible pointer type > fs/reiserfs/inode.c:1919: warning: passing argument 3 of > 'reiserfs_inherit_default_acl' from incompatible pointer type > fs/reiserfs/inode.c:1919: error: too many arguments to function > 'reiserfs_inherit_default_acl' > > Signed-off-by: Alexander Beregalov > --- > > include/linux/reiserfs_acl.h | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/include/linux/reiserfs_acl.h b/include/linux/reiserfs_acl.h > index 52240e0..8cc6575 100644 > --- a/include/linux/reiserfs_acl.h > +++ b/include/linux/reiserfs_acl.h > @@ -80,7 +80,8 @@ static inline int reiserfs_acl_chmod(struct inode *inode) > } > > static inline int > -reiserfs_inherit_default_acl(const struct inode *dir, struct dentry *dentry, > +reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, > + const struct inode *dir, struct dentry *dentry, > struct inode *inode) > { > return 0; Acked-by: Jeff Mahoney - -Jeff - -- Jeff Mahoney SUSE Labs -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAknRL2sACgkQLPWxlyuTD7KPRQCeKLggyevsf27KTS+CujDnR23G 2XoAnRqE0fO0PAbqmL1DSXwK3HhRxQ+2 =ed4M -----END PGP SIGNATURE----- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/