From: Steven Whitehouse Date: Mon, 15 Oct 2007 13:42:35 +0000 (+0100) Subject: [GFS2] Clean up internal read function X-Git-Tag: v2.6.25-rc1~1241^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ff87bdd9f21a5d3672517b75d25ab5842d94a8;p=pandora-kernel.git [GFS2] Clean up internal read function As requested by Christoph, this patch cleans up GFS2's internal read function so that it no longer uses the do_generic_mapping_read function. This function is obsolete and GFS2 is the last user of it. As a side effect the internal read code gets smaller and easier to read and gfs2_readpage is split into two. One function has the locking and the other function has the rest of the logic. Signed-off-by: Steven Whitehouse Cc: Christoph Hellwig --- Reading git-diff-tree failed