From: Andy Shevchenko Date: Wed, 27 Aug 2014 13:49:42 +0000 (+0300) Subject: cifs: call strtobool instead of custom implementation X-Git-Tag: omap-for-v3.20/drop-legacy-3517~144^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e2aed244b1b81e45b105d90ffb82384665dfb7;p=pandora-kernel.git cifs: call strtobool instead of custom implementation Meanwhile it cleans up the code, the behaviour is slightly changed. In case of providing non-boolean value it will fails with corresponding error. In the original code the attempt of an update was just ignored in such case. Signed-off-by: Andy Shevchenko Acked-by: Jeff Layton Reviewed-by: Alexander Bokovoy Signed-off-by: Steve French --- Reading git-diff-tree failed