]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Implement "resdevice" and "inode" in the mtree(5) spec.
authorJean-Yves Migeon <jeanyves.migeon@free.fr>
Wed, 4 Sep 2013 16:58:47 +0000 (18:58 +0200)
committerJean-Yves Migeon <jeanyves.migeon@free.fr>
Wed, 4 Sep 2013 16:58:47 +0000 (18:58 +0200)
commit2c271b395a918da19311da04c4a1a6d0691a34c4
treedc745bb1ec2446dfed9c3ce54e035663d59e5b84
parentb2803b42225a2e2fe906207ab4003712c011b8eb
Implement "resdevice" and "inode" in the mtree(5) spec.
- resdevice is the keyword that corresponds to the "resident" device,
e.g. the one where the entry resides;
- inode is entry's inode number.
libarchive/archive_read_support_format_mtree.c
libarchive/archive_write_set_format_mtree.c