You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commonly one may be building tar archives from the filesystem
in a custom way, or operating on a translation of a non-tar
format which uses rdev, not split major/minor.
Today one needs to replicate the nontrivial bit manipulations
to split the device; but since we have that code anyways in
our own "build from filesystem" code, let's just add it as a public
API.
Signed-off-by: Colin Walters <walters@verbum.org>
0 commit comments