[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20071018142006.GR5063@kernel.dk>
Date: Thu, 18 Oct 2007 16:20:06 +0200
From: Jens Axboe <jens.axboe@...cle.com>
To: Emil Medve <Emilian.Medve@...escale.com>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
torvalds@...ux-foundation.org
Subject: Re: [PATCH] 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_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 which used to be
> provided in mm/filemap.c by linux/blkdev.h until commit
> f5ff8422bbdd59f8c1f699df248e1b7a11073027
>
> Signed-off-by: Emil Medve <Emilian.Medve@...escale.com>
> ---
>
> Also removed some trailing whitespaces
Don't include the whitespace cleanup with this change, send it
seperately. For the include fix:
Acked-by: Jens Axboe <jens.axboe@...cle.com>
--
Jens Axboe
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists