]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't include the file system ID in the output of `mount -v' if it
authorIan Dowse <iedowse@FreeBSD.org>
Fri, 5 Dec 2003 09:22:40 +0000 (09:22 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Fri, 5 Dec 2003 09:22:40 +0000 (09:22 +0000)
commit8b9181871196b4cc5133f93f9feb913959118c02
tree0a84fd4f8e68acfe074b83fb8206604cfd8c4b06
parent335cd66dc2cdd902a7b88dbe004a2160a1d93521
Don't include the file system ID in the output of `mount -v' if it
is all zeros. The kernel now consistently zeroes FSIDs for non-root
users, so there's no point in printing these. Also fix a misspelling
in a comment.

Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
Approved by: re (scottl)
sbin/umount/umount.c