Ok - I'm fairly new in this development environment. Do y'all prefer individual posts for each patch or one collective post & patch? I've made several modifications to get this to work.
-----Original Message----- From: Andreas Dilger [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 5:28 PM To: Snider, Tim Cc: [email protected] Subject: Re: [Lustre-devel] lmd_parse complains of missing option - causes OST Mount command to fail On Jan 24, 2007 09:33 -0700, Snider, Tim wrote: > I corrected an error yesterday in mkfs_lustre.c return value of > getopt_long call was being assigned to a char var not long. Caused the > gcc cross compiler to optimize out the termination condition since a > char can never equal EOF (-1). Does your embedded arch use an unsigned char instead of a signed char by default? Please forward patches to the list so that they can be discussed and incorporated upstream. Cheers, Andreas -- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc. _______________________________________________ Lustre-devel mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-devel
