Fabian Frederick bb5e50aaa8 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 <fabf@skynet.be>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
2014-06-03 14:14:00 -05:00
..
2013-02-22 23:31:31 -05:00
2013-06-29 12:56:42 +04:00
2013-06-05 14:47:19 -05:00
2013-06-05 14:47:19 -05:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2013-06-05 14:47:19 -05:00
2013-06-05 14:47:19 -05:00
2013-06-05 14:47:19 -05:00
2013-06-05 14:47:19 -05:00
2014-02-08 10:50:58 -06:00