cvs commit: src/sbin/umount umount.c
Ian Dowse
iedowse at FreeBSD.org
Thu Jul 17 18:10:18 PDT 2003
iedowse 2003/07/17 18:10:16 PDT
FreeBSD src repository
Modified files:
sbin/umount umount.c
Log:
When the file system to unmount is specified by device name instead
of by mount point, umount had to take care not to unmount the wrong
file system if another file system was covering the requested one.
Now that the file system to unmount is specified to the kernel using
the filesystem ID, this confusion cannot occur, so remove the code
that checked for it.
Revision Changes Path
1.36 +7 -45 src/sbin/umount/umount.c
More information about the cvs-src
mailing list