Hi Greg,
On Tue, Jul 5, 2011 at 5:20 AM, Greg Wooledge wrote:
> The comment implies [2-6] but [0-6] is probably a safer bet, just in
> case someone backported the driver to an older kernel.
The code, itself, matched anything with a kernel version in the
20+something version, and my guess is that
On Sun, Jul 03, 2011 at 11:41:02AM -0700, Bruce Korb wrote:
> P.S. this check is really for any version below 2.6.27:
>
> - case $LINUXRELEASE in
> - # ext4 was in 2.6.22-2.6.26 but not stable enough to use
> - 2.6.2[0-9]*) enable_ext4='no' ;;
> - *) . ;;
>
> and might have b