Skip to content
  • Al Viro's avatar
    start adding the tag to iov_iter · 71d8e532
    Al Viro authored
    
    
    For now, just use the same thing we pass to ->direct_IO() - it's all
    iovec-based at the moment.  Pass it explicitly to iov_iter_init() and
    account for kvec vs. iovec in there, by the same kludge NFS ->direct_IO()
    uses.
    
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    71d8e532