sched_feat_write(): Update ppos instead of file->f_pos
authorJan Blunck <jblunck@suse.de>
Fri, 20 Nov 2009 16:40:37 +0000 (17:40 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 23 Nov 2009 18:38:03 +0000 (19:38 +0100)
commit429947248f814e90f416ab4f68a871ab628000c3
tree78f42d03ce2b8a6f3efec4cbc789680ac37f0fcc
parentfe3bcfe1f6c1fc4ea7706ac2d05e579fd9092682
sched_feat_write(): Update ppos instead of file->f_pos

sched_feat_write() should update ppos instead of file->f_pos.

(This reduces some BKL dependencies of this code.)

Signed-off-by: Jan Blunck <jblunck@suse.de>
Cc: jkacur@redhat.com
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jamie Lokier <jamie@shareable.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
LKML-Reference: <1258735245-25826-8-git-send-email-jblunck@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
This page took 0.024474 seconds and 5 git commands to generate.