]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Remove unused argument from gfs2_internal_read
authorAndrew Price <anprice@redhat.com>
Mon, 16 Apr 2012 15:40:55 +0000 (16:40 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 16 Apr 2012 15:46:21 +0000 (16:46 +0100)
commite2a62b206e82401bb5b794091c9b55257625841e
tree9b38fe195b1e2c3ccf1ee6e429a2be409969a18c
parent5898a16835a12d9275063af212dd6005ee88bc2e
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 <anprice@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/aops.c
fs/gfs2/inode.h
fs/gfs2/quota.c
fs/gfs2/rgrp.c