[PATCH] block: replace obsolete simple_strtol() with kstrtoul()

2014-02-19 Thread Daeseok Youn
; Subject: [PATCH] block: replace obsolete simple_strtol() with kstrtoul() > > - Makes rd_size value as static, because it is only > referenced in this file. > > Signed-off-by: Daeseok Youn > --- > drivers/block/brd.c |7 --- > 1 file changed, 4 insertions(+),

[PATCH] block: replace obsolete simple_strtol() with kstrtoul()

2014-02-19 Thread Daeseok Youn
>From cac24db7480b10b671d05320e0cb97a7bf5d0aea Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Thu, 20 Feb 2014 15:35:14 +0900 Subject: [PATCH] block: replace obsolete simple_strtol() with kstrtoul() - Makes rd_size value as static, because it is only referenced in this file. Signed-off