Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Driver/enhanceio/eio_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int eio_wait_schedule(void *unused)
return 0;
}

#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0))
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0)) && !defined(smp_mb__after_atomic)
#define smp_mb__after_atomic smp_mb__after_clear_bit
#endif

Expand Down
2 changes: 1 addition & 1 deletion Driver/enhanceio/eio_ttc.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define wait_on_bit_lock_action wait_on_bit_lock
#endif

#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0))
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0)) && !defined(smp_mb__after_atomic)
#define smp_mb__after_atomic smp_mb__after_clear_bit
#endif

Expand Down