Re: [PATCH v2] Fix a build error when BLOCK=n

2007-10-23 Thread Jens Axboe
On Tue, Oct 23 2007, Medve Emilian-EMMEDVE1 wrote: > Hello Jens, > > > In who's tree would this go? I'll add it to the block tree. -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http

RE: [PATCH v2] Fix a build error when BLOCK=n

2007-10-23 Thread Medve Emilian-EMMEDVE1
ROTECTED] > Subject: Re: [PATCH v2] Fix a build error when BLOCK=n > > On Thu, Oct 18 2007, Emil Medve wrote: > > mm/filemap.c: In function '__filemap_fdatawrite_range': > > mm/filemap.c:200: error: implicit declaration of function > 'mapping_cap_writeback

Re: [PATCH v2] Fix a build error when BLOCK=n

2007-10-18 Thread Jens Axboe
On Thu, Oct 18 2007, Emil Medve wrote: > mm/filemap.c: In function '__filemap_fdatawrite_range': > mm/filemap.c:200: error: implicit declaration of function > 'mapping_cap_writeback_dirty' > > This happens when we don't use/have any block devices and a NFS root > filesystem > is used > > mappin

[PATCH v2] Fix a build error when BLOCK=n

2007-10-18 Thread Emil Medve
mm/filemap.c: In function '__filemap_fdatawrite_range': mm/filemap.c:200: error: implicit declaration of function 'mapping_cap_writeback_dirty' This happens when we don't use/have any block devices and a NFS root filesystem is used mapping_cap_writeback_dirty() is defined in linux/backing-dev.h