Module Name:    src
Committed By:   martin
Date:           Mon Sep  2 16:16:57 UTC 2019

Modified Files:
        src/lib/libutil [netbsd-9]: getdiskrawname.c
        src/libexec/lfs_cleanerd [netbsd-9]: lfs_cleanerd.8 lfs_cleanerd.c
        src/sbin/resize_lfs [netbsd-9]: resize_lfs.c
        src/tests/fs/common [netbsd-9]: fstest_lfs.c
        src/usr.sbin/puffs/rump_lfs [netbsd-9]: rump_lfs.c

Log Message:
Pull up following revision(s) (requested by brad in ticket #110):

        libexec/lfs_cleanerd/lfs_cleanerd.c: revision 1.59
        libexec/lfs_cleanerd/lfs_cleanerd.8: revision 1.19
        sbin/resize_lfs/resize_lfs.c: revision 1.15
        usr.sbin/puffs/rump_lfs/rump_lfs.c: revision 1.19
        libexec/lfs_cleanerd/lfs_cleanerd.c: revision 1.60
        lib/libutil/getdiskrawname.c: revision 1.6
        tests/fs/common/fstest_lfs.c: revision 1.7

Use getdiskrawname to find the device name.
Reviewed by Christos

 -

Teach getdiskrawname and getdiskcookedname about zvols.
Reviewed by Christos

 -

Add support for passing the raw device name separate from the
filesystem.  This is useful in the case where the cleaner is compiled
into code, such as rump_lfs and the ATF tests.  This helps to fix
bin/54488

 -

The cleaner is compiled into rump_lfs and executed as a thread.  Pass
in the raw device using the new -J option.  This avoids the use of
getdiskrawname which is not particularly rump safe in this context and
insures that the rump container device is used for cleaning, not the
outer device.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.18.1 src/lib/libutil/getdiskrawname.c
cvs rdiff -u -r1.18 -r1.18.48.1 src/libexec/lfs_cleanerd/lfs_cleanerd.8
cvs rdiff -u -r1.58 -r1.58.18.1 src/libexec/lfs_cleanerd/lfs_cleanerd.c
cvs rdiff -u -r1.14 -r1.14.18.1 src/sbin/resize_lfs/resize_lfs.c
cvs rdiff -u -r1.6 -r1.6.2.1 src/tests/fs/common/fstest_lfs.c
cvs rdiff -u -r1.18 -r1.18.18.1 src/usr.sbin/puffs/rump_lfs/rump_lfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to