Skip to content

Commit

Permalink
iov_iter: export import_single_range()
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Dec 7, 2015
1 parent 36f7a8a commit e126758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/iov_iter.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,3 +849,4 @@ int import_single_range(int rw, void __user *buf, size_t len,
iov_iter_init(i, rw, iov, 1, len);
return 0;
}
EXPORT_SYMBOL(import_single_range);

0 comments on commit e126758

Please sign in to comment.