[PATCH] constify pipe_buf_operations
authorEric Dumazet <dada1@cosmosbay.com>
Wed, 13 Dec 2006 08:34:04 +0000 (00:34 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 13 Dec 2006 17:05:47 +0000 (09:05 -0800)
commitd4c3cca941b64a938eaa9734585a93547c6be323
tree48b78bda9d4da9c3bdfb30548cb65f0bc4015733
parent426d62e2158c2fd3aa1ed1fd62122afd2ccb89ae
[PATCH] constify pipe_buf_operations

- pipe/splice should use const pipe_buf_operations and file_operations

- struct pipe_inode_info has an unused field "start" : get rid of it.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/pipe.c
fs/splice.c
include/linux/pipe_fs_i.h