OSDN Git Service

f2fs: remove the unnecessary cast for PTR_ERR
authorZhang Shengju <zhangshengju@cmss.chinamobile.com>
Thu, 1 Jun 2017 08:50:10 +0000 (16:50 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 13 Jul 2017 23:56:27 +0000 (16:56 -0700)
commit0a3354135a308bb16420547ea91c8fbaabbb8dcd
tree1c666a5a28031cf4cc66bcd1b1e100b5414e0b76
parent97c0717bd043d751969e0d7cc40e12b719bc271f
f2fs: remove the unnecessary cast for PTR_ERR

It's not necessary to specify 'int' casting for PTR_ERR.

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/acl.c