]> bbs.cooldavid.org Git - net-next-2.6.git/commit
splice: check f_mode for seekable file
authorChangli Gao <xiaosuo@gmail.com>
Tue, 29 Jun 2010 11:10:36 +0000 (13:10 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 30 Jun 2010 06:12:37 +0000 (08:12 +0200)
commit19c9a49b432f245c6293508d164a4350f1f2c601
treea051c7c6c4c36d03e304c33a549da7ff4765d425
parent2cb4b05e7647891b46b91c07c9a60304803d1688
splice: check f_mode for seekable file

check f_mode for seekable file

As a seekable file is allowed without a llseek function, so the old way isn't
work any more.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
----
 fs/splice.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fs/splice.c