From: Tiger Yang Date: Mon, 18 Aug 2008 09:11:00 +0000 (+0800) Subject: ocfs2: Add extended attribute support X-Git-Tag: v2.6.28-rc1~572^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1d6c763fbcb115263114302485ad17e7933d87;p=pandora-kernel.git ocfs2: Add extended attribute support This patch implements storing extended attributes both in inode or a single external block. We only store EA's in-inode when blocksize > 512 or that inode block has free space for it. When an EA's value is larger than 80 bytes, we will store the value via b-tree outside inode or block. Signed-off-by: Tiger Yang Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed