From: Johannes Berg Date: Tue, 7 Oct 2008 10:04:29 +0000 (+0200) Subject: mac80211: fix debugfs lockup X-Git-Tag: v2.6.28-rc1~292^2~3^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63044e9f54b6bac50d2380bf4d14f63e9e7de72b;p=pandora-kernel.git mac80211: fix debugfs lockup When debugfs_create_dir fails, sta_info_debugfs_add_work will not terminate because it will find the same station again and again. This is possible whenever debugfs fails for whatever reason; one reason is a race condition in mac80211, unfortunately we cannot do much about it, so just document it, it just means some station may be missing from debugfs. Signed-off-by: Johannes Berg Cc: Robin Holt Signed-off-by: John W. Linville --- Reading git-diff-tree failed