From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiger Yang Date: Thu, 17 Jul 2008 17:34:01 +0800 Subject: [Ocfs2-devel] [PATCH 08/15] ocfs2: Add extended attribute support v2 In-Reply-To: <20080710231119.GB32459@wotan.suse.de> References: <48648B3E.6050808@oracle.com> <1214551656-22529-1-git-send-email-tiger.yang@oracle.com> <1214551656-22529-2-git-send-email-tiger.yang@oracle.com> <20080710231119.GB32459@wotan.suse.de> Message-ID: <487F1209.6050204@oracle.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ocfs2-devel@oss.oracle.com Hi, Mark, > Btw, neither this, nor any of the other code seems to take symlinks into > account. As far as I can tell, it's valid to set xattrs on a symlink. Is > this correct? If so, we need to handle fast symlinks and also symlinks with > extents. Though I suppose symlinks using extents probably don't need any > extra work since they otherwise look like regular files. Could I do not put xattr inline when I found its a fast symlink? This could make the question simple. Best regards, tiger