summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Collapse)AuthorFilesLines
2015-06-09kdbus: after previous commit: these files are not needed anymorePaul Osmialowski7-120/+0
Change-Id: I290b5ba230f2c5a3b249c5da20a7b8d947d4aa4b Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
2015-06-09kdbus: fix nasty warning when calling task_cgroup_path()Paul Osmialowski1-0/+10
Change-Id: Ic6b472ec9f426cbdb1eea384cb3ddf699c5654f5 Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
2015-06-09fixed headers and other stuffPaul Osmialowski10-3306/+121
Change-Id: I66b1317be8ab3ba46c45f769e6a6e99942142842 Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
2015-06-09[kdbus] New functions as wrappers of their 3.10 counterpartsMaciej Wereski2-0/+26
Change-Id: I78aa8e359bd840049d6098b683e138898724aa95 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
2015-06-09Import vfs_iter_* functions from Linux 4.0Paul Osmialowski3-0/+58
These 2 functions are used by kdbus and backporting patches that add desired functions (with dependencies) would introduce too many changes for 3.10. Change-Id: I8554252cdf819a329088a8a083ebdb32e8a19727 Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
2015-06-09[kdbus] Import iov_iter_init & iov_iter_kvec from Linux 4.0Maciej Wereski7-0/+3367
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>