[git pull] several fixes
From: Al Viro
Date: Tue Apr 09 2019 - 19:12:07 EST
A few regression fixes from this cycle
The following changes since commit 5e7a8ca319268a70a6c7c3c1fde5bea38e1e5539:
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2019-04-01 08:28:36 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes
for you to fetch changes up to 6af1c849dfb1f1d326fbdd157c9bc882b921f450:
aio: use kmem_cache_free() instead of kfree() (2019-04-04 20:13:59 -0400)
----------------------------------------------------------------
Dan Carpenter (1):
aio: Fix an error code in __io_submit_one()
Wei Yongjun (1):
aio: use kmem_cache_free() instead of kfree()
YueHaibing (1):
iov_iter: Fix build error without CONFIG_CRYPTO
fs/aio.c | 4 ++--
lib/iov_iter.c | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)