From: Herbert Xu Date: Mon, 14 Aug 2006 13:11:53 +0000 (+1000) Subject: [PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argument X-Git-Tag: v2.6.19-rc1~1297^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03fd9cee7f46dddcd2562bc175d2c348502ce281;p=pandora-kernel.git [PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argument This patch adds a const modifier to the buf argument of sg_set_buf and sg_init_one. This lets people call it with pointers that are const. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed