From: Pete Zaitcev Date: Tue, 14 Aug 2007 05:50:13 +0000 (-0700) Subject: usblp: mutex in usblp_check_status X-Git-Tag: v2.6.24-rc1~1395^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc401e697f8c00ad1178a6758e86e3881dfa3181;p=pandora-kernel.git usblp: mutex in usblp_check_status Add a mutex to protect the ->statusbuf. Not really an issue, because CUPS is single-threaded when it talks to the printer, but I feel safer this way. This should be deadlock-free, but I kept this as a separate patch in case someone ends running a git bisect. Signed-off-by: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed