Re: fs: move bdev code out of buffer.c

From: Andrew Morton
Date: Mon Mar 30 2009 - 14:57:23 EST


On Sat, 28 Mar 2009 00:59:57 GMT
Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx> wrote:

> Gitweb: http://git.kernel.org/linus/585d3bc06f4ca57f975a5a1f698f65a45ea66225
> Commit: 585d3bc06f4ca57f975a5a1f698f65a45ea66225
> Parent: 3ba13d179e8c24c68eac32b93593a6b10fcd1572
> Author: Nick Piggin <npiggin@xxxxxxx>
> AuthorDate: Wed Feb 25 10:44:19 2009 +0100
> Committer: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> CommitDate: Fri Mar 27 14:44:03 2009 -0400
>
> fs: move bdev code out of buffer.c
>
> Move some block device related code out from buffer.c and put it in
> block_dev.c. I'm trying to move non-buffer_head code out of buffer.c
>
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

This patch moved the CONFIG_BLOCK=y declaration of freeze_bdev() out of
buffer_head.h and into fs.h. But it left the CONFIG_BLOCK=n definition
of freeze_bdev() in buffer_head.h.

I'd have noticed this earlier had this patch been in linux-next. But
despite having been apparently written over a month ago, it was never
(afaict) in linux-next.

This patch is missing Nick's Signed-off-by:.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/