[PATCH 12/56] fs/btrfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from btrfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/btrfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/file.c

[PATCH 05/56] fs/lustre: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from lustre file-system when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- drivers/staging/lustre/lustre/llite/file.c | 10 +++--- drivers/staging

[PATCH 07/56] fs/affs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from affs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/affs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/affs/file.c b

[PATCH 06/56] fs/adfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from adfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/adfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/adfs/file.c b

[PATCH 2/2] fs: Support compiling out sendfile

2014-10-20 Thread Pieter Smith
Signed-off-by: Pieter Smith --- fs/Makefile | 3 ++- init/Kconfig| 10 ++ kernel/sys_ni.c | 4 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/fs/Makefile b/fs/Makefile index 1e3423f..1bbfea7 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -5,7 +5,7

[PATCH 1/2] fs: Moved sendfile syscall to own source file

2014-10-20 Thread Pieter Smith
Part of the tinification effort. Splitting out the sendfile syscall allows optional compilation in the succeeding patch. Signed-off-by: Pieter Smith --- fs/Makefile | 3 +- fs/read_write.c | 176 - fs/sendfile.c | 200

[PATCH 1/2] fs: Moved sendfile syscall to own source file

2014-10-20 Thread Pieter Smith
Part of the tinification effort. Splitting out the sendfile syscall allows optional compilation in the succeeding patch. Signed-off-by: Pieter Smith --- fs/Makefile | 3 +- fs/read_write.c | 176 - fs/sendfile.c | 200

[PATCH 1/2] fs: Moved sendfile syscall to own source file

2014-10-20 Thread Pieter Smith
Part of the tinification effort. Splitting out the sendfile syscall allows optional compilation in the succeeding patch. Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/Makefile | 3 +- fs/read_write.c | 176 - fs/sendfile.c | 200

[PATCH 2/2] fs: Support compiling out sendfile

2014-10-20 Thread Pieter Smith
Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/Makefile | 3 ++- init/Kconfig| 10 ++ kernel/sys_ni.c | 4 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/fs/Makefile b/fs/Makefile index 1e3423f..1bbfea7 100644 --- a/fs/Makefile +++ b/fs/Makefile

[PATCH 1/2] fs: Moved sendfile syscall to own source file

2014-10-20 Thread Pieter Smith
Part of the tinification effort. Splitting out the sendfile syscall allows optional compilation in the succeeding patch. Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/Makefile | 3 +- fs/read_write.c | 176 - fs/sendfile.c | 200

<    1   2   3