Re: [PATCH 3/7] hpfs: remove the BKL

From: Andi Kleen
Date: Tue Mar 01 2011 - 18:20:25 EST



config HPFS_FS
tristate "OS/2 HPFS file system support"
depends on BLOCK
- depends on BKL # nontrivial to fix
+ depends on BROKEN || !PREEMPT
That's a weird way to write a condition. Just depends on !PREEMPT ?
Other than that it looks good.

Acked-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>

-Andi



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/