diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-05-21 20:29:29 +0200 |
---|---|---|
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2014-06-03 14:14:00 -0500 |
commit | bb5e50aaa80564268f950d1b2f764455afbfea82 (patch) | |
tree | 1bb0c17abc0b51204ca7d683aadd735ee31b4e93 /fs/jfs/jfs_mount.c | |
parent | 4f65b6dbc7e8e35369e3f0b9bc80e703c3ad9dbf (diff) | |
download | linux-bb5e50aaa80564268f950d1b2f764455afbfea82.tar.bz2 |
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>
Diffstat (limited to 'fs/jfs/jfs_mount.c')
0 files changed, 0 insertions, 0 deletions