[GFS2] Patch to remove stats counters from GFS2 (II)

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
David Teigland
2006-02-23 10:13:13 +00:00
committed by Steven Whitehouse
parent 6a6b3d018f
commit d95cb943f5
4 changed files with 0 additions and 6 deletions

View File

@ -35,7 +35,6 @@ static int gfs2_drevalidate(struct dentry *dentry, struct nameidata *nd)
{
struct dentry *parent = dget_parent(dentry);
struct gfs2_inode *dip = get_v2ip(parent->d_inode);
struct gfs2_sbd *sdp = dip->i_sbd;
struct inode *inode;
struct gfs2_holder d_gh;
struct gfs2_inode *ip;