From: Philipp Reisner Date: Mon, 30 Apr 2012 10:53:52 +0000 (+0200) Subject: drbd: use bitmap_parse instead of __bitmap_parse X-Git-Tag: v3.8-rc1~78^2~18^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b005ab7091c9ef4ca9b47569a8e27e54588933;p=pandora-kernel.git drbd: use bitmap_parse instead of __bitmap_parse The buffer 'sc.cpu_mask' is a kernel buffer. If bitmap_parse is used instead of __bitmap_parse the extra parameter that indicates a kernel buffer is not needed. Signed-off-by: H Hartley Sweeten Cc: Lars Ellenberg Cc: Philipp Reisner Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed