[PATCH] splice: warning fix
authorAndrew Morton <akpm@osdl.org>
Tue, 11 Apr 2006 11:59:36 +0000 (13:59 +0200)
committerJens Axboe <axboe@suse.de>
Tue, 11 Apr 2006 11:59:36 +0000 (13:59 +0200)
commit88e6faefaeed40a162041d85689e94595756d4c3
tree78724ca8f0b7a5d0cf6071e5615e2e6eee3ab7f4
parent341b446bc5aa36d1d5b8159c1e66716b5d89024d
[PATCH] splice: warning fix

From: Andrew Morton <akpm@osdl.org>

net/socket.c:148: warning: initialization from incompatible pointer type

extern declarations in .c files!  Bad boy.

Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jens Axboe <axboe@suse.de>
include/linux/fs.h
net/socket.c