]> Pileus Git - ~andy/linux/commit
bcache: kthread don't set writeback task to INTERUPTIBLE
authorStefan Priebe <s.priebe@profihost.ag>
Sat, 16 Nov 2013 20:26:52 +0000 (21:26 +0100)
committerKent Overstreet <kmo@daterainc.com>
Mon, 16 Dec 2013 22:04:57 +0000 (14:04 -0800)
commitf665c0f852316ff99e9eb7f71f34d43003f8e139
tree000ab708468e8695a9762083cf5cb1d282a3d8b9
parent08239ca2a053dbc3b082916bdfbd88e5a9ad9267
bcache: kthread don't set writeback task to INTERUPTIBLE

at the beginning (schedule_timout_interuptible) and others
do his on their own

This prevents wrong load average calculation (load of 1 per thread)

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/writeback.c