Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/mount_null



Module Name:    src
Committed By:   erh
Date:           Mon Jul 25 04:40:51 UTC 2016

Modified Files:
        src/sbin/mount_null: mount_null.c

Log Message:
Eliminate the distinct path check, since the paths don't actually need to be
 distinct and allowing this makes certain useful tasks possible, such as
 fixing an unpopulated /dev while a tmpfs is mounted over it.
However, require the paths to be different, as mounting a path directly over
 itself has the side effect of causing any other mount points within that path
 to no longer be accessible, and is difficult to unmount when done on /.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/mount_null/mount_null.c

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




Home | Main Index | Thread Index | Old Index