Re: [PATCH v3 1/7] brd: make rd_size static

2015-08-17 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH v3 1/7] brd: make rd_size static

2015-08-17 Thread Ross Zwisler
Make rd_size static because it is local to drivers/block/brd.c This was reported by sparse: drivers/block/brd.c:445:5: warning: symbol 'rd_size' was not declared. Should it be static? Signed-off-by: Ross Zwisler --- drivers/block/brd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif