From: Justin TerAvest Date: Tue, 12 Jul 2011 06:31:45 +0000 (+0200) Subject: fixlet: Remove fs_excl from struct task. X-Git-Tag: v3.1-rc1~252^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aede84b33d6beb401136a3deca0651ae07c5e99;p=pandora-kernel.git fixlet: Remove fs_excl from struct task. fs_excl is a poor man's priority inheritance for filesystems to hint to the block layer that an operation is important. It was never clearly specified, not widely adopted, and will not prevent starvation in many cases (like across cgroups). fs_excl was introduced with the time sliced CFQ IO scheduler, to indicate when a process held FS exclusive resources and thus needed a boost. It doesn't cover all file systems, and it was never fully complete. Lets kill it. Signed-off-by: Justin TerAvest Signed-off-by: Jens Axboe --- Reading git-diff-tree failed