f2fs: remove the redundant validation check of acl
authorGu Zheng <guz.fnst@cn.fujitsu.com>
Tue, 24 Jun 2014 10:18:14 +0000 (18:18 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 9 Jul 2014 21:04:25 +0000 (14:04 -0700)
commit34e6d456da4a61f655655a6d431657da5753913f
treea1c09b87b13e7210831cbbe0476341caa03aabe7
parent1256010ab1a372c8ffc01fc37ff767d8bc15378b
f2fs: remove the redundant validation check of acl

kernel side(xx_init_acl), the acl is get/cloned from the parent dir's,
which is credible. So remove the redundant validation check of acl
here.

Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/acl.c