]> git.baikalelectronics.ru Git - kernel.git/commit
bluetooth: switch to proc_create_seq_data
authorChristoph Hellwig <hch@lst.de>
Sun, 15 Apr 2018 08:27:22 +0000 (10:27 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 16 May 2018 05:24:30 +0000 (07:24 +0200)
commit2bb1ebcb19115c3b83dded24b91675067668e94b
tree4676e2feac88677bccd8610247a9b23707017bcb
parent5b574eab4b43721430eab1bfed164da1ab565862
bluetooth: switch to proc_create_seq_data

And use proc private data directly instead of doing a detour
through seq->private and private state.

Signed-off-by: Christoph Hellwig <hch@lst.de>
net/bluetooth/af_bluetooth.c