From: Fabian Frederick Date: Wed, 21 May 2014 18:29:29 +0000 (+0200) Subject: fs/jfs/super.c: convert simple_str to kstr X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb5e50aaa80564268f950d1b2f764455afbfea82;p=pandora-kernel.git fs/jfs/super.c: convert simple_str to kstr This patch replaces obsolete simple_str functions by kstr use kstrtouint for -uid_t ( __kernel_uid32_t ) -gid_t ( __kernel_gid32_t ) -jfs_sb_info->umask -jfs_sb_info->minblks_trim (all unsigned int) newLVSize is s64 -> use kstrtol Current parse_options behaviour stays the same ie it doesn't return kstr rc but just 0 if function failed (parse_options callsites return -EINVAL when there's anything wrong). Signed-off-by: Fabian Frederick Signed-off-by: Dave Kleikamp Cc: Andrew Morton --- Reading git-diff-tree failed