Re: [2.6 patch] make struct def_blk_aops static

2008-02-18 Thread Jens Axboe
On Sun, Feb 17 2008, Adrian Bunk wrote: > This patch makes the needlessly global struct def_blk_aops static. Applied -- 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://vger.kernel.

[2.6 patch] make struct def_blk_aops static

2008-02-17 Thread Adrian Bunk
This patch makes the needlessly global struct def_blk_aops static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/block_dev.c |4 +++- include/linux/fs.h |1 - 2 files changed, 3 insertions(+), 2 deletions(-) b6975210aef8e29f8d372ea25e4fd6d1d4749e5d diff --git a/fs/block_dev