aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTao Ma <tao.ma@oracle.com>2009-08-18 11:44:14 +0800
committerJoel Becker <joel.becker@oracle.com>2009-09-22 20:09:48 -0700
commitbc13d347574fc0a8a666bc0f4cc2b635d202e372 (patch)
tree47eb9a764d3689ddd860d96f6cd80cf26a84bcc2 /security
parent19bd341f6a6c6b314bcac55bbd906bfd3603fe9e (diff)
ocfs2: Create reflinked file in orphan dir.
reflink is a very complicated process, so it can't be integrated into one transaction. So if the system panic in the operation, we may leave a unfinished inode in the destication directory. So we will try to create an inode in orphan_dir first, reflink it to the src file and then move it to the destication file in the end. In that way we won't be afraid of any corruption during the reflink. This patch adds 2 functions for orphan_dir operation: 1. Create a new inode in orphand dir. 2. Move an inode to a target dir. Note: fsck.ocfs2 should work for us to remove the unfinished file in the orphan_dir. Signed-off-by: Tao Ma <tao.ma@oracle.com>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions