#ifndef __DT_CS35L32_H #define __DT_CS35L32_H #define CS35L32_BOOST_MGR_AUTO 0 #define CS35L32_BOOST_MGR_AUTO_AUDIO 1 #define CS35L32_BOOST_MGR_BYPASS 2 #define CS35L32_BOOST_MGR_FIXED 3 #define CS35L32_DATA_CFG_LR_VP 0 #define CS35L32_DATA_CFG_LR_STAT 1 #define CS35L32_DATA_CFG_LR 2 #define CS35L32_DATA_CFG_LR_VPSTAT 3 #define CS35L32_BATT_THRESH_3_1V 0 #define CS35L32_BATT_THRESH_3_2V 1 #define CS35L32_BATT_THRESH_3_3V 2 #define CS35L32_BATT_THRESH_3_4V 3 #define CS35L32_BATT_RECOV_3_1V 0 #define CS35L32_BATT_RECOV_3_2V 1 #define CS35L32_BATT_RECOV_3_3V 2 #define CS35L32_BATT_RECOV_3_4V 3 #define CS35L32_BATT_RECOV_3_5V 4 #define CS35L32_BATT_RECOV_3_6V 5 #endif /* __DT_CS35L32_H */ f='/cgit.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/scsi
diff options
context:
space:
mode:
authorScott Mayhew <smayhew@redhat.com>2017-01-05 16:34:51 -0500
committerJ. Bruce Fields <bfields@redhat.com>2017-01-12 15:56:40 -0500
commit546125d1614264d26080817d0c8cddb9b25081fa (patch)
treeee7ffd8b1b320378fa7ffa37a1dc5fd38595a33d /include/scsi
parent78794d1890708cf94e3961261e52dcec2cc34722 (diff)
sunrpc: don't call sleeping functions from the notifier block callbacks
The inet6addr_chain is an atomic notifier chain, so we can't call anything that might sleep (like lock_sock)... instead of closing the socket from svc_age_temp_xprts_now (which is called by the notifier function), just have the rpc service threads do it instead. Cc: stable@vger.kernel.org Fixes: c3d4879e01be "sunrpc: Add a function to close..." Signed-off-by: Scott Mayhew <smayhew@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/scsi')