ocfs2: Delete all xattr buckets during inode removal
authorTao Ma <tao.ma@oracle.com>
Mon, 18 Aug 2008 09:38:54 +0000 (17:38 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 13 Oct 2008 23:57:03 +0000 (16:57 -0700)
commita394425643e1e9c3a624d629fc8ba5633d8474c6
treebf7ae7087452f22530448070cbccee921ba985ef
parent012255961c9ecfe22b7a1df47ac26ab37818cb1e
ocfs2: Delete all xattr buckets during inode removal

In inode removal, we need to iterate all the buckets, remove any
externally-stored EA values and delete the xattr buckets.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c