diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-11-27 22:22:37 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-11-28 02:44:13 +0300 |
commit | d271524a3a1da99e3809afaa10903cc2905bc9a7 (patch) | |
tree | 6454f28502bd66195b6cd71afd3c5f00c62c18af /fs/f2fs/node.h | |
parent | 8442fa46cf244cd65401f1a5bb830ed420fc1e54 (diff) | |
download | linux-d271524a3a1da99e3809afaa10903cc2905bc9a7.tar.xz |
iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()
Just have copy_page_{to,from}_iter() fall back to kmap_atomic +
copy_{to,from}_iter() + kunmap_atomic() in ITER_BVEC case. As
the matter of fact, that's what we want to do for any iov_iter
kind that isn't blocking - e.g. ITER_KVEC will also go that way
once we recognize it on iov_iter.c primitives level
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/f2fs/node.h')
0 files changed, 0 insertions, 0 deletions