]> Pileus Git - ~andy/linux/blobdiff - kernel/mutex.c
PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)
[~andy/linux] / kernel / mutex.c
index e5cc0cd28d541eb64526b4f7d68c9dca29eaa571..947b3ad551f8a925c39ef6f53f4f37c16f8a3ea3 100644 (file)
@@ -89,7 +89,7 @@ __mutex_lock_slowpath(atomic_t *lock_count);
  *
  * This function is similar to (but not equivalent to) down().
  */
-void inline __sched mutex_lock(struct mutex *lock)
+void __sched mutex_lock(struct mutex *lock)
 {
        might_sleep();
        /*