OSDN Git Service

fs: f2fs: changed variable type of offset "unsigned" to "loff_t"
authoryoungjun yoo <youngjun.willow@gmail.com>
Tue, 29 May 2018 19:21:14 +0000 (04:21 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 9 Jul 2018 00:47:52 +0000 (17:47 -0700)
commitd5b4710fcf381855b348216179e925f78815ef2c
tree15eadab83cef3b0f57fa60744ca0f76a9097e375
parentc35da89531b3cf7939498e4e1f39bf9338ebc10f
fs: f2fs: changed variable type of offset "unsigned" to "loff_t"

clean up checkpatch warning:
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Signed-off-by: youngjun yoo <youngjun.willow@gmail.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c