From: Al Viro Date: Fri, 16 Sep 2011 06:31:11 +0000 (-0400) Subject: fs: move code out of buffer.c X-Git-Tag: v3.3-rc1~170^2~11^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff01bb4832651c6d25ac509a06a10fcbd75c461c;p=pandora-kernel.git fs: move code out of buffer.c Move invalidate_bdev, block_sync_page into fs/block_dev.c. Export kill_bdev as well, so brd doesn't have to open code it. Reduce buffer_head.h requirement accordingly. Removed a rather large comment from invalidate_bdev, as it looked a bit obsolete to bother moving. The small comment replacing it says enough. Signed-off-by: Nick Piggin Cc: Al Viro Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Al Viro --- Reading git-diff-tree failed