]> git.baikalelectronics.ru Git - kernel.git/commit
netconsole: use per-attribute show and store methods
authorChristoph Hellwig <hch@lst.de>
Sat, 3 Oct 2015 13:32:56 +0000 (15:32 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 14 Oct 2015 05:17:51 +0000 (22:17 -0700)
commit96ab7bd619d456df21a8e98989b057cf4d768bdb
treea76e9b19182bc590b2bc579ba74aafad0b84c597
parent577eb603e2a27d258406835aca101229169be9f1
netconsole: use per-attribute show and store methods

Note that the old code actually used the store_attributes method to do
locking, this is moved into the individual methods.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/net/netconsole.c