Commit 85c0d32
Hongzhen Luo
[EROFS] fix the loss of uid and gid
Currently, the uid and gid in the tar file are
lost because the `c_uid` and `c_gid` of `erofs_cfg`
are not set to -1.
This patch fixes it.
Signed-off-by: Hongzhen Luo <hongzhen@linux.alibaba.com>1 parent 8acf53f commit 85c0d32
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
285 | 287 | | |
286 | 288 | | |
287 | 289 | | |
| |||
0 commit comments