From: Jaegeuk Kim Date: Mon, 12 Aug 2013 12:08:03 +0000 (+0900) Subject: f2fs: reserve the xattr space dynamically X-Git-Tag: v3.12-rc1~127^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de93653fe31fc9439971296842dcd0280f8ab5f4;p=pandora-kernel.git f2fs: reserve the xattr space dynamically This patch enables the number of direct pointers inside on-disk inode block to be changed dynamically according to the size of inline xattr space. The number of direct pointers, ADDRS_PER_INODE, can be changed only if the file has inline xattr flag. The number of direct pointers that will be used by inline xattrs is defined as F2FS_INLINE_XATTR_ADDRS. Current patch assigns F2FS_INLINE_XATTR_ADDRS to 0 temporarily. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed