[GFS2] Remove unused zero_readpage from stuffed_readpage
authorRussell Cattelan <cattelan@redhat.com>
Thu, 9 Nov 2006 16:42:33 +0000 (11:42 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:34:57 +0000 (10:34 -0500)
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 <cattelan@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found