Commit 2bb34fa6 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher Committed by Jens Axboe
parent 2990ca29
...@@ -58,7 +58,7 @@ drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) ...@@ -58,7 +58,7 @@ drbd_insert_interval(struct rb_root *root, struct drbd_interval *this)
* drbd_contains_interval - check if a tree contains a given interval * drbd_contains_interval - check if a tree contains a given interval
* @root: red black tree root * @root: red black tree root
* @sector: start sector of @interval * @sector: start sector of @interval
* @interval: may not be a valid pointer * @interval: may be an invalid pointer
* *
* Returns if the tree contains the node @interval with start sector @start. * Returns if the tree contains the node @interval with start sector @start.
* Does not dereference @interval until @interval is known to be a valid object * Does not dereference @interval until @interval is known to be a valid object
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment