From 28e2aed244b1b81e45b105d90ffb82384665dfb7 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 27 Aug 2014 16:49:42 +0300 Subject: [PATCH] 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-format-patch failed