Thread (50 messages) 50 messages, 6 authors, 2017-10-23

Re: [PATCH 03/17] block: provide a direct_make_request helper

From: Sagi Grimberg <sagi@grimberg.me>
Date: 2017-10-19 10:35:58
Also in: linux-nvme

+/**
+ * direct_make_request - hand a buffer directly to its device driver for I/O
+ * @bio:  The bio describing the location in memory and on the device.
+ *
+ * This function behaves like generic_make_request(), but does not protect
+ * against recursion.  Must only be used if the called driver is known
+ * to not call generic_make_request (or direct_make_request) again from
+ * its make_request function.  (Calling direct_make_request again from
+ * a workqueue is perfectly fine as that doesn't recurse).
Question: are the double spaces on purpose?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help