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:
671415b
)
Btrfs: Send: preserve ownership (uid and gid) also for symlinks.
author
Alex Lyakas
<alex.btrfs@zadarastorage.com>
Wed, 17 Oct 2012 13:52:47 +0000
(13:52 +0000)
committer
Chris Mason
<chris.mason@fusionio.com>
Thu, 25 Oct 2012 19:47:31 +0000
(15:47 -0400)
This patch also requires a change in the user-space part of "receive".
We need to use "lchown" instead of "chown". We will do this in the
following patch.
Signed-off-by: Alex Lyakas <alex.btrfs@zadarastorage.com>
if (S_ISREG(sctx->cur_inode_mode)) {
No differences found