summaryrefslogtreecommitdiff
path: root/Documentation/block/biodoc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/block/biodoc.rst')
-rw-r--r--Documentation/block/biodoc.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/block/biodoc.rst b/Documentation/block/biodoc.rst
index 2098477851a4..4fbc367e62f9 100644
--- a/Documentation/block/biodoc.rst
+++ b/Documentation/block/biodoc.rst
@@ -663,11 +663,6 @@ to i/o submission, if the bio fields are likely to be accessed after the
i/o is issued (since the bio may otherwise get freed in case i/o completion
happens in the meantime).
-The bio_clone_fast() routine may be used to duplicate a bio, where the clone
-shares the bio_vec_list with the original bio (i.e. both point to the
-same bio_vec_list). This would typically be used for splitting i/o requests
-in lvm or md.
-
3.2 Generic bio helper Routines
-------------------------------