Skip to content
Snippets Groups Projects
Commit 0fe2e734 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Fix build problem for vendor kernels that have back-ported lockdep.
parent 6bb4e597
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ static inline int mutex_is_locked(struct mutex *lock) ...@@ -145,7 +145,7 @@ static inline int mutex_is_locked(struct mutex *lock)
} }
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16) */ #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16) */
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) #ifndef lockdep_set_class
/************************************************************************** /**************************************************************************
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment