From: Steven Whitehouse Date: Mon, 31 Oct 2011 09:52:02 +0000 (+0000) Subject: GFS2: Fix up REQ flags X-Git-Tag: v3.3-rc1~168^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ed0535d35b74c9e4fa5777766d6e836fe3c90c;p=pandora-kernel.git GFS2: Fix up REQ flags Christoph has split up REQ_PRIO from REQ_META. That means that we can drop REQ_PRIO from places where is it not needed. I'm not at all sure that the combination WRITE_FLUSH_FUA | REQ_PRIO makes any kind of sense, anyway. In addition, I've added REQ_META to one place in the code where it was missing. REQ_PRIO has been left for read/writes triggered by glock acquisition and writeback only. We can adjust it again if required, but these are the most important points from a performance perspective. Signed-off-by: Steven Whitehouse Cc: Christoph Hellwig --- Reading git-diff-tree failed