| | Date | Mon, 27 Feb 2012 17:16:57 -0500 | | From | Zach Brown <> | | Subject | Re: [RFC PATCH 13/22] dio: add __blockdev_direct_IO_bdev() |
| |
> int is_async; /* is IO async ? */ > + int should_dirty; /* should we mark read pages dirty? */
This seems wasteful. Maybe its time for some bit flags?
- z
|