From: Jaegeuk Kim Date: Thu, 8 Aug 2013 23:14:06 +0000 (+0900) Subject: f2fs: fix the use of XATTR_NODE_OFFSET X-Git-Tag: v3.12-rc1~127^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbe6a5ff4fa78bdfa983458c338831d91b35f315;p=pandora-kernel.git f2fs: fix the use of XATTR_NODE_OFFSET This patch fixes the use of XATTR_NODE_OFFSET. o The offset should not use several MSB bits which are used by marking node blocks. o IS_DNODE should handle XATTR_NODE_OFFSET to avoid potential abnormality during the fsync call. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed