[kdbus] Import iov_iter_init & iov_iter_kvec from Linux 4.0
authorMaciej Wereski <m.wereski@partner.samsung.com>
Thu, 16 Apr 2015 13:41:04 +0000 (15:41 +0200)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Tue, 9 Jun 2015 09:31:26 +0000 (11:31 +0200)
commitb973cc8ff0d4a90290f1ae1420e86a3ec072ed8e
treed5ab55514fc4b7b018e69b0b4a3abff6359ac984
parentd194f166954e166ee77f6030625c9217aca0983f
[kdbus] Import iov_iter_init & iov_iter_kvec from Linux 4.0

These 2 functions are used by kdbus/pool.c and backporting patches that
adds desired functions (with dependencies) would introduce too many
changes for 3.10.

Change-Id: Ic617cc53c98eb18c15110605d577c1ed672c0153
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Makefile
compat/Makefile [new file with mode: 0644]
compat/include/linux/fs.h [new file with mode: 0644]
compat/include/linux/list_lru.h [new file with mode: 0644]
compat/include/linux/shrinker.h [new file with mode: 0644]
compat/include/linux/uio.h [new file with mode: 0644]
compat/lib/Makefile [new file with mode: 0644]
compat/lib/iov_iter.c [new file with mode: 0644]
ipc/kdbus/Makefile