From: Andrew Price Date: Mon, 16 Apr 2012 15:40:55 +0000 (+0100) Subject: GFS2: Remove unused argument from gfs2_internal_read X-Git-Tag: v3.5-rc1~168^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4306629e1c0fd098d52f499e5a60aaa03e30df0d;p=pandora-kernel.git GFS2: Remove unused argument from gfs2_internal_read gfs2_internal_read accepts an unused ra_state argument, left over from when we did readahead on the rindex. Since there are currently no plans to add back this readahead, this patch removes the ra_state parameter and updates the functions which call gfs2_internal_read accordingly. Signed-off-by: Andrew Price Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed