Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262127AbVEEPDD (ORCPT ); Thu, 5 May 2005 11:03:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262128AbVEEPDD (ORCPT ); Thu, 5 May 2005 11:03:03 -0400 Received: from ZIVLNX17.UNI-MUENSTER.DE ([128.176.188.79]:21477 "EHLO ZIVLNX17.uni-muenster.de") by vger.kernel.org with ESMTP id S262127AbVEEPCp (ORCPT ); Thu, 5 May 2005 11:02:45 -0400 From: Borislav Petkov To: Andrew Morton Subject: Re: 2.6.12-rc3-mm3 Date: Thu, 5 May 2005 16:59:37 +0200 User-Agent: KMail/1.7.2 Cc: linux-kernel@vger.kernel.org References: <20050504221057.1e02a402.akpm@osdl.org> In-Reply-To: <20050504221057.1e02a402.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505051659.38341.petkov@uni-muenster.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 884 Lines: 28 build.log: fs/namei.c: In function `vfs_rename': fs/namei.c:2177: warning: passing arg 1 of `fsnotify_oldname_init' from incompatible pointer type trivial fix for when !CONFIG_INOTIFY Signed-off-by: Borislav Petkov --- include/linux/fsnotify.h.orig 2005-05-05 15:56:41.000000000 +0200 +++ include/linux/fsnotify.h 2005-05-05 16:53:11.000000000 +0200 @@ -241,7 +241,7 @@ static inline void fsnotify_oldname_free #else /* CONFIG_INOTIFY */ -static inline char *fsnotify_oldname_init(struct dentry *old_dentry) +static inline char *fsnotify_oldname_init(const char *name) { return NULL; } - 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/