diff options
author | Takashi Iwai <tiwai@suse.de> | 2023-08-28 11:56:39 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-08-28 11:56:39 +0200 |
commit | b94a62a663d3c863fac320a6bf60bf8bcf93d81d (patch) | |
tree | e89060f997121ce6d216b0405ac07d295c9c47bb /lib/iov_iter.c | |
parent | 37e44d60cb875862930359e16a1f4764cedb342b (diff) | |
parent | 0982e519df6a3fa2dd6858217547460238e47e70 (diff) |
Merge branch 'for-next' into for-linus
Pull materials for 6.5 merge window.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'lib/iov_iter.c')
-rw-r--r-- | lib/iov_iter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/iov_iter.c b/lib/iov_iter.c index e4dc809d1075..3743bbcbbb89 100644 --- a/lib/iov_iter.c +++ b/lib/iov_iter.c @@ -1544,6 +1544,7 @@ int import_ubuf(int rw, void __user *buf, size_t len, struct iov_iter *i) iov_iter_ubuf(i, rw, buf, len); return 0; } +EXPORT_SYMBOL_GPL(import_ubuf); /** * iov_iter_restore() - Restore a &struct iov_iter to the same state as when |