From: David Fries Date: Thu, 16 Jan 2014 04:29:18 +0000 (-0600) Subject: w1: process w1 netlink commands in w1_process thread X-Git-Tag: v3.15-rc1~141^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fcbbac5ded489c3a4e121343db999dd51cd6c75;p=pandora-kernel.git w1: process w1 netlink commands in w1_process thread Netlink is a socket interface and is expected to be asynchronous. Clients can now make w1 requests without blocking by making use of the w1_master thread to process netlink commands which was previously only used for doing an automatic bus search. Signed-off-by: David Fries Acked-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed