commit | 2999d12f4d5529b282ce201b21444590c3f9f723 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Tue Aug 18 11:43:55 2009 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Tue Sep 22 20:09:45 2009 -0700 |
tree | 9500f897753a59cf47e66af2cb7fd56c05ec8c1c | |
parent | a7fe7a3a1ab5dac8d81e531c060f51e12010133b [diff] [blame] |
ocfs2: Add reflink support for xattr. Signed-off-by: Tao Ma <tao.ma@oracle.com>
diff --git a/fs/ocfs2/xattr.h b/fs/ocfs2/xattr.h index e74703f..4f91305 100644 --- a/fs/ocfs2/xattr.h +++ b/fs/ocfs2/xattr.h
@@ -90,4 +90,8 @@ struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_cached_dealloc_ctxt *dealloc); +int ocfs2_reflink_xattrs(struct inode *old_inode, + struct buffer_head *old_bh, + struct inode *new_inode, + struct buffer_head *new_bh); #endif /* OCFS2_XATTR_H */