On 2012年11月13日 14:20, Yinghai Lu wrote:
On Mon, Nov 12, 2012 at 9:51 PM, Yasuaki Ishimatsu
<isimatu.yasu...@jp.fujitsu.com> wrote:
2012/11/13 6:17, Yinghai Lu wrote:
+     nr_range = 0;
This is unnecessary since it is set in the below.

+     nr_range = split_mem_range(mr, nr_range, start, end);
                                                              ^^^^^^^^
Why not use 0 directly?

nr_range = split_mem_range(mr, 0, start, end);



--
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/

--
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/

Reply via email to