ocfs2: Remove unused ocfs2_restore_xattr_block().
authorTao Ma <tao.ma@oracle.com>
Fri, 17 Oct 2008 04:44:36 +0000 (12:44 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 10 Nov 2008 17:51:46 +0000 (09:51 -0800)
commit63fd77573723841d5d44a79471258f1b261f4482
tree59c73a921dec82b65bcd105eea3f5f228b3d058b
parent54f443f4e7265a1333886dbace31cb6eb1991c72
ocfs2: Remove unused ocfs2_restore_xattr_block().

Since now ocfs2 supports empty xattr buckets, we will never remove
the xattr index tree even if all the xattrs are removed, so this
function will never be called. So remove it.

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