From: Dongxiao Xu Date: Sun, 31 May 2009 06:44:01 +0000 (+0800) Subject: Staging: heci: fix the problem that file_ext->state should be protected by device_lock X-Git-Tag: v2.6.31-rc1~105^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afcf462a1fd78cc372aefd9fe352e2dc2f237937;p=pandora-kernel.git Staging: heci: fix the problem that file_ext->state should be protected by device_lock While access file_ext->state, we should use device_lock to protect it. The original codes miss this in some places. Signed-off-by: Dongxiao Xu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed