From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753483AbYLPSBh (ORCPT ); Tue, 16 Dec 2008 13:01:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751466AbYLPSB3 (ORCPT ); Tue, 16 Dec 2008 13:01:29 -0500 Received: from acsinet12.oracle.com ([141.146.126.234]:40106 "EHLO acsinet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751344AbYLPSB2 (ORCPT ); Tue, 16 Dec 2008 13:01:28 -0500 Message-ID: <4947ECD8.6050500@oracle.com> Date: Tue, 16 Dec 2008 10:00:56 -0800 From: Randy Dunlap User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org CC: akpm , npiggin@suse.de Subject: Re: mmotm 2008-12-16-00-43 uploaded (fs) References: <200812160847.mBG8lOrw019428@imap1.linux-foundation.org> <4947E856.1040008@oracle.com> In-Reply-To: <4947E856.1040008@oracle.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt707.oracle.com [141.146.40.85] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A0B0203.4947ECCF.00C0:SCFSTAT928724,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Randy Dunlap wrote: > akpm@linux-foundation.org wrote: >> The mm-of-the-moment snapshot 2008-12-16-00-43 has been uploaded to >> >> http://userweb.kernel.org/~akpm/mmotm/ >> >> It contains the following patches against 2.6.28-rc8: >> >> fs-symlink-write_begin-allocation-context-fix.patch > > Nick, > > fuse and reiser4 still use __grab_cache_page() although your patch > removed it: > > build-r7257.out:/local/linsrc/tmp/mmotm-2008-1216-0043/fs/reiser4/plugin/file/file_conversi > on.c:689: error: implicit declaration of function '__grab_cache_page' > build-r7257.out:make[3]: *** [fs/reiser4/plugin/file/file_conversion.o] Error 1 > > build-r7248.out:/local/linsrc/tmp/mmotm-2008-1216-0043/fs/fuse/file.c:792: error: implicit declaration of function '__grab_cache_page' > build-r7248.out:make[3]: *** [fs/fuse/file.o] Error 1 One more related error: build-r7258.out:/local/linsrc/tmp/mmotm-2008-1216-0043/fs/ubifs/file.c:251: error: 'flags' undeclared (first use in this function) build-r7258.out:make[3]: *** [fs/ubifs/file.o] Error 1