Date: Thu, 17 Jul 2003 18:10:16 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/umount umount.c Message-ID: <200307180110.h6I1AGes059488@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307180110.h6I1AGes059488>