]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkdir: Add support for creating subvolumes to mkdir_p_root()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 14 Aug 2023 14:39:39 +0000 (16:39 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 14 Aug 2023 16:46:08 +0000 (18:46 +0200)
commitc55a97f1fd879f08052729f901fb899c3d8dfd52
tree053ea51c332dbf42996959dd21e2160571d3cba0
parentad6fae7ffcdd10bc2b1523bfb08143f285287222
mkdir: Add support for creating subvolumes to mkdir_p_root()

We pass in the paths which should be subvolumes and try to create
those as subvolumes if we can.
src/basic/mkdir.c
src/basic/mkdir.h
src/partition/repart.c
src/shared/dissect-image.c
src/test/test-mkdir.c