bluetooth: fix race in bt_procfs_init()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 4 Apr 2013 23:16:06 +0000 (19:16 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:13:36 +0000 (14:13 -0400)
use proc_create_data() rather than set ->data after the file has
been created

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found