]> 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)
commit44e66d4ba7a864c0f3a0a7a4cc010022e6c05ea0
tree4676e2feac88677bccd8610247a9b23707017bcb
parent62d7fc94b7daec079ed034538214ddcc6e4be291
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