Wang Qing 63d6c98168 mips: kernel: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()
debugfs_create_file_unsafe does not protect the fops handed to it
against file removal. DEFINE_DEBUGFS_ATTRIBUTE makes the fops aware of
the file lifetime and thus protects it against removal.

Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2021-03-14 14:09:49 +01:00
..
2021-03-10 15:18:48 +01:00
2021-03-10 15:18:40 +01:00
2021-01-22 11:40:00 +01:00
2021-03-12 10:13:55 +01:00
2020-09-16 22:40:58 +02:00
2021-02-25 10:17:31 -08:00
2021-01-22 11:40:00 +01:00
2021-02-21 13:18:26 -08:00