Re: cvs commit: src/sbin/umount umount.c

2003-11-19 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Ian Dowse writes: >I was planning to return a filesystem ID of {st_dev, 0} to non-root >users, Please notice that st_dev is not constant across reboots. Suggest you hash the real fsid and use the hash instead. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3

Re: cvs commit: src/sbin/umount umount.c

2003-11-18 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Rudolf Cejka writes: >> If the unmount by file system ID fails, don't warn before retrying >> a non-fsid unmount if the file system ID is all zeros. This is a ... >Hello and thanks for fixing this! I had a plan to report this, but you >were faster :o) I'm interes

Re: cvs commit: src/sbin/umount umount.c

2003-11-18 Thread Rudolf Cejka
Ian Dowse wrote (2003/11/16): > Modified files: > sbin/umount umount.c > Log: > If the unmount by file system ID fails, don't warn before retrying > a non-fsid unmount if the file system ID is all zeros. This is a > temporary workaround for warnings that occur in the vfs.use