diff --git a/include/kfusd.h b/include/kfusd.h index 2cc0edd..9362897 100755 --- a/include/kfusd.h +++ b/include/kfusd.h @@ -273,7 +273,7 @@ static void fusd_vfree(void *ptr); /* Functions like this should be in the kernel, but they are not. Sigh. */ # ifdef CONFIG_SMP -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35) DECLARE_MUTEX(atomic_ops); #else DEFINE_SEMAPHORE(atomic_ops);