From: Jiri Slaby Date: Sun, 28 Jun 2009 21:25:27 +0000 (+0200) Subject: ath5k: remove permissions from debugfs files X-Git-Tag: v2.6.32-rc1~703^2~670 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31670070ffe18f8e8743109b19297a0efac0a72c;p=pandora-kernel.git ath5k: 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