From: Bob Peterson Date: Wed, 12 Dec 2007 01:29:17 +0000 (-0600) Subject: [GFS2] Function meta_read optimization X-Git-Tag: v2.6.25-rc1~1241^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c7cee7995a9013f1b2f31a15b70e1d2e8ae501;p=pandora-kernel.git [GFS2] Function meta_read optimization This patch optimizes function gfs2_meta_read. Basically, gfs2_meta_wait was being called regardless of whether a disk read was requested. This just pulls that wait into the if that triggers the read. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed