| commit | fecba4f36954053d98eeb86a466bd74876e170dc | [log] [tgz] |
|---|---|---|
| author | Zach Brown <zach.brown@oracle.com> | Fri Oct 22 12:56:59 2010 -0700 |
| committer | Chris Mason <chris.mason@oracle.com> | Tue Jan 24 16:17:46 2012 -0500 |
| tree | 1b4ad592612cf2c0e7d75dfc9c20f05259ebd900 | |
| parent | 45c8ab1ea075e32ed76f80bdfc115f4e4210f79c [diff] |
ext3: add support for .read_iter and .write_iter
ext3 uses the generic .read_iter and .write_iter functions.
ext3_direct_IO() is refactored in to helpers which are called by the
.direct_IO{,bvec}() methods which call __blockdev_direct_IO{,_bvec}().
Signed-off-by: Zach Brown <zach.brown@oracle.com>
(cherry picked from commit 7033fac02ea52fe425545c70f260abaf667f7093)