This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

winsup/cygwin ChangeLog mount.cc shared_info.h


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2008-05-23 16:38:51

Modified files:
	cygwin         : ChangeLog mount.cc shared_info.h 

Log message:
	* mount.cc (find_root_from_cygwin_dll): New function factored from from_fstab.
	Avoid use of tls since it isn't necessarily initialized when cygwin1.dll is
	dynamically loaded.
	(mount_info::create_root_entry): Ditto.
	(mount_info::init): Calculate cygwin root once.  Use create_root_entry to
	record it.  Pass fstab location to from_fstab.
	(mount_info::from_fstab): Move root calculation stuff elsewhere, as per above.
	* shared_info.h (mount_info::from_fstab_line): Make private.
	(mount_info::fstab): Ditto.  Accommodate new arguments.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4169&r2=1.4170
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/mount.cc.diff?cvsroot=uberbaum&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/shared_info.h.diff?cvsroot=uberbaum&r1=1.68&r2=1.69


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]