Subject: Re: discovering underlying drive names
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Robert Elz <kre@munnari.OZ.AU>
List: tech-kern
Date: 02/15/2006 20:11:16
Date: Tue, 14 Feb 2006 10:48:18 -0500 (EST)
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
Message-ID: <200602141551.KAA00740@Sparkle.Rodents.Montreal.QC.CA>
| Isn't it slightly more efficient to specify DIOCGSPINDLES instead of
| cmd in the subcall?
If that's the only problem in the code then I think I'd be
intensely satisfied!
To give a serious answer, I doubt it makes a difference with any
kind of real optimisation - the compiler knows the value of cmd,
whichever way the value is specified as a parameter, the compiler
is likely to do pretty much the same thing.
kre