Re: [patch][rfc] fs: move bdev code out of buffer.c

From: Jeff Garzik
Date: Wed Feb 25 2009 - 05:36:08 EST


Nick Piggin wrote:
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

Is this OK?

---
fs/block_dev.c | 146 ++++++++++++++++++++++++++++++++++++++++++++
fs/buffer.c | 145 -------------------------------------------
include/linux/buffer_head.h | 7 --
include/linux/fs.h | 7 ++
4 files changed, 153 insertions(+), 152 deletions(-)

If you are going to churn all this old code, maybe the blkdev stuff better belongs in block/ dir?

Jeff



--
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/