ocfs2: Create an xattr indexed block if needed.
authorTao Ma <tao.ma@oracle.com>
Tue, 18 Aug 2009 03:43:52 +0000 (11:43 +0800)
committerJoel Becker <joel.becker@oracle.com>
Wed, 23 Sep 2009 03:09:44 +0000 (20:09 -0700)
commita7fe7a3a1ab5dac8d81e531c060f51e12010133b
tree9eb5a21cc29e6913d3f591cdab37f59fbfa562d2
parent8b2c0dba5159570af5721d40490f6c529d721500
ocfs2: Create an xattr indexed block if needed.

With reflink, there is a need that we create a new xattr indexed
block from the very beginning. So add a new parameter for
ocfs2_create_xattr_block.

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