Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-09 | Cleanup: remove refcount adjusting in sqfs_xattr_writer_end | David Oberhollenzer | |
After finding a match, reducing the reference count of the matched elements and increasing them afterwards leaves the reference count identical, because they refere to the same entries. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-06-09 | Cleanup: split libsquashfs xattr writer code | David Oberhollenzer | |
This commit moves the libsquashfs xattr related code into a sub directory and splits the xattr writer code up into several files. No actual code is changed. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |