From: Jiri Slaby Date: Sun, 28 Jun 2009 21:25:28 +0000 (+0200) Subject: ath9k: remove permissions from debugfs files X-Git-Tag: v2.6.32-rc1~703^2~669 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d49e861a5e31fb7f575f348743886189045e102;p=pandora-kernel.git ath9k: remove permissions from debugfs files Don't allow users to open debugfs files, because it can cause oopses. When a user opens some file, driver unlinks it and frees the corresponding structure, we will dereference freed memory. Signed-off-by: Jiri Slaby Signed-off-by: John W. Linville --- Reading git-diff-tree failed