]> asedeno.scripts.mit.edu Git - linux.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)
commita9170e0a923553cc12c3b00d816834316ebf226b
tree4676e2feac88677bccd8610247a9b23707017bcb
parent1cd6718272903c72f36ac23a7e72ed4cebf1f8e8
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