Bug unmounting readonly NTFS partitions uncovered by GEOM

2002-10-13 Thread Peter Edwards
ntfs_unmount has had this bug since v 1.1: there's a ronly variable that should be used to detect if the mount is read-only and affect the flags passed to the VOP_CLOSE of the device vnode accordingly. It's never set to anything other than zero, but the matching VOP_OPEN in ntfs_mount() gets it

Re: Bug unmounting readonly NTFS partitions uncovered by GEOM

2002-10-13 Thread Poul-Henning Kamp
done. In message [EMAIL PROTECTED], Peter Edwards writes: ntfs_unmount has had this bug since v 1.1: there's a ronly variable that should be used to detect if the mount is read-only and affect the flags passed to the VOP_CLOSE of the device vnode accordingly. It's never set to anything other