From: H Hartley Sweeten Date: Tue, 2 Aug 2011 10:43:49 +0000 (+0200) Subject: drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parse X-Git-Tag: v3.1-rc3~9^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddad9ef5826efdfbbdb67b13b46f30e43e46ec3e;p=pandora-kernel.git drivers/block/drbd/drbd_nl.c: 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 --- Reading git-diff-tree failed