https://bugzilla.novell.com/show_bug.cgi?id=318853
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=318853#c6 Jonathan Pryor <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #6 from Jonathan Pryor <[EMAIL PROTECTED]> 2007-12-17 09:03:08 MST --- I've made the change mentioned in Comment #3 so that IsReady only returns true if the f_fsid of the mount point differs from that of its parent directory. 2007-12-17 Jonathan Pryor <[EMAIL PROTECTED]> * UnixDirectoryInfo.cs: Fix Parent property so that it properly handles returning the parent of "/". UnixPath.GetDirectoryName() returns "" on "error", not null; act accordingly. * UnixDriveInfo.cs: Fix IsReady property so that it returns `false' if no media is mounted. The presence of media is determined by comparing the Statvfs.f_fsid value of the current and parent directories; if they differ, it is assumed that media is present, and thus the directory is ready. If they're identical, then media isn't present, and the directory isn't ready. * UnixPath.cs: UnixPath.GetDirectoryName("/mnt") should return "/", not "". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
