]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove the volname concept
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Dec 2023 16:37:23 +0000 (17:37 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 18 Dec 2023 13:57:48 +0000 (14:57 +0100)
commit732f5b90422b52fccafc4cf715700a72b1d9a947
treeebfdb214cc18820cb7148b82d4e55766fc43bbed
parente634be8f18a0f01867f9651fd53f8b2431675d19
libxfs: remove the volname concept

IRIX has the concept of a volume that has data/log/rt subvolumes (that's
where the subvolume name in Linux comes from), but in the current
Linux-only xfsprogs version trying to pretend we do anything with that
it is just utterly confusing.  The volname is basically just a very
obsfucated second way to pass the data device name, so get rid of it
in the libxfs and progs internals.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
copy/xfs_copy.c
db/info.c
db/init.c
db/init.h
db/output.c
include/libxfs.h
libxfs/init.c
libxfs/topology.c
mkfs/xfs_mkfs.c
repair/init.c