From: Chao Yu Date: Sat, 18 Apr 2015 10:03:58 +0000 (+0800) Subject: f2fs: make posix_acl_create() safer and cleaner X-Git-Tag: omap-for-v4.3/legacy-v2-signed~156^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272e083f7a968bc81dd01e4f16860a1e9617d454;p=pandora-kernel.git f2fs: make posix_acl_create() safer and cleaner Our f2fs_acl_create is copied from posix_acl_create in ./fs/posix_acl.c and modified to avoid deadlock bug when inline_dentry feature is enabled. Dan Carpenter rewrites posix_acl_create in commit 2799563b281f ("fs/posix_acl.c: make posix_acl_create() safer and cleaner") to make this function more safer, so that we can avoid potential bug in its caller, especially for ocfs2. Let's back port the patch to f2fs. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed