|
@@ -153,7 +153,9 @@ struct mmu_notifier_ops {
|
|
|
*
|
|
|
* If blockable argument is set to false then the callback cannot
|
|
|
* sleep and has to return with -EAGAIN. 0 should be returned
|
|
|
- * otherwise.
|
|
|
+ * otherwise. Please note that if invalidate_range_start approves
|
|
|
+ * a non-blocking behavior then the same applies to
|
|
|
+ * invalidate_range_end.
|
|
|
*
|
|
|
*/
|
|
|
int (*invalidate_range_start)(struct mmu_notifier *mn,
|