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:
0e7b824
)
Btrfs: don't change inode flag of the dest clone file
author
Li Zefan
<lizf@cn.fujitsu.com>
Sun, 18 Sep 2011 14:20:46 +0000
(10:20 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Sun, 18 Sep 2011 14:20:46 +0000
(10:20 -0400)
The dst file will have the same inode flags with dst file after
file clone, and I think it's unexpected.
For example, the dst file will suddenly become immutable after
getting some share of data with src file, if the src is immutable.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found