From 73105994c57d06e40a33ab5a716db04e898b4c05 Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Sun, 25 Jan 2015 23:36:04 -0800 Subject: [PATCH] locking/rwsem: Use task->state helpers Call __set_task_state() instead of assigning the new state directly. These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping track of who last changed the state. Signed-off-by: Davidlohr Bueso Signed-off-by: Peter Zijlstra (Intel) Cc: "Paul E. McKenney" Cc: Jason Low Cc: Michel Lespinasse Cc: Tim Chen Cc: Linus Torvalds Link: http://lkml.kernel.org/r/1422257769-14083-2-git-send-email-dave@stgolabs.net Signed-off-by: Ingo Molnar --- Reading git-format-patch failed