]> asedeno.scripts.mit.edu Git - linux.git/commit
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>
Tue, 4 Jul 2017 09:11:32 +0000 (02:11 -0700)
commit68390dd9bd5b2ef7c3ec69c23010b39981e264a4
treec145482858278acac80d0fa608d62b0e3dfe42b5
parentd8c4256c17dac3e9ec0c441b81292d5d2044c89f
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