summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2006-04-11 13:56:34 +0200
committerJens Axboe <axboe@suse.de>2006-04-11 13:56:34 +0200
commitc2058e0611c2fb4a00e63db61ef3a638cf760a98 (patch)
tree7f157bdb85a2a0c37c732487d5b2d18b8014fcbf /fs
parent49570e9b29a3d78950b5eba6b73bdcca955f0877 (diff)
downloadop-kernel-dev-c2058e0611c2fb4a00e63db61ef3a638cf760a98.zip
op-kernel-dev-c2058e0611c2fb4a00e63db61ef3a638cf760a98.tar.gz
[PATCH] splice: add Ingo as addition copyright holder
The comment is also somewhat out of date, correct that as well. Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'fs')
-rw-r--r--fs/splice.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/fs/splice.c b/fs/splice.c
index 77b026b..48b4382 100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -9,11 +9,12 @@
* that transfers data buffers to or from a pipe buffer.
*
* Named by Larry McVoy, original implementation from Linus, extended by
- * Jens to support splicing to files and fixing the initial implementation
- * bugs.
+ * Jens to support splicing to files, network, direct splicing, etc and
+ * fixing lots of bugs.
*
- * Copyright (C) 2005 Jens Axboe <axboe@suse.de>
- * Copyright (C) 2005 Linus Torvalds <torvalds@osdl.org>
+ * Copyright (C) 2005-2006 Jens Axboe <axboe@suse.de>
+ * Copyright (C) 2005-2006 Linus Torvalds <torvalds@osdl.org>
+ * Copyright (C) 2006 Ingo Molnar <mingo@elte.hu>
*
*/
#include <linux/fs.h>
OpenPOWER on IntegriCloud