f2fs: use strcmp() in parse_options()
authorEric Biggers <ebiggers@google.com>
Fri, 1 May 2020 23:35:23 +0000 (16:35 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 8 May 2020 13:55:56 +0000 (06:55 -0700)
commit3c57f75182452cc954f5e12374601b72574f4709
tree5f47231f9ae1060b327d0d9d9b8a1f39dec2222b
parentd29fbcdb051fbe8e6aee87dd5a7df723f299494d
f2fs: use strcmp() in parse_options()

Remove the pointless string length checks.  Just use strcmp().

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c