From: Russell Cattelan Date: Thu, 9 Nov 2006 16:42:33 +0000 (-0500) Subject: [GFS2] Remove unused zero_readpage from stuffed_readpage X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61057c6bb3a3d14cf2bea6ca20dc6d367e1d852e;p=pandora-kernel.git [GFS2] Remove unused zero_readpage from stuffed_readpage Stuffed files only consist of a maximum of (gfs2 block size - sizeof(struct gfs2_dinode)) bytes. Since the gfs2 block size is always less than page size, we will never see a call to stuffed_readpage for anything other than the first page in the file. Signed-off-by: Russell Cattelan Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed