git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae23c5
)
ocfs2: Integrate CoW in file write.
author
Tao Ma
<tao.ma@oracle.com>
Tue, 25 Aug 2009 00:02:48 +0000
(08:02 +0800)
committer
Joel Becker
<joel.becker@oracle.com>
Wed, 23 Sep 2009 03:09:37 +0000
(20:09 -0700)
When we use mmap, we CoW the refcountd clusters in
ocfs2_write_begin_nolock. While for normal file
io(including directio), we do CoW in
ocfs2_prepare_inode_for_write.
Signed-off-by: Tao Ma <tao.ma@oracle.com>
No differences found