aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_dentry.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-02-23 10:13:13 +0000
committerSteven Whitehouse <swhiteho@redhat.com>2006-02-23 10:13:13 +0000
commitd95cb943f5b217c5b5f97f5af0fea3c511ed9c97 (patch)
treedc84771426edfedfd95bfdaafff218ade799d44a /fs/gfs2/ops_dentry.c
parent[GFS2] Patch to remove stats gathering from GFS2 (diff)
downloadlinux-dev-d95cb943f5b217c5b5f97f5af0fea3c511ed9c97.tar.xz
linux-dev-d95cb943f5b217c5b5f97f5af0fea3c511ed9c97.zip
[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>
Diffstat (limited to 'fs/gfs2/ops_dentry.c')
-rw-r--r--fs/gfs2/ops_dentry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/ops_dentry.c b/fs/gfs2/ops_dentry.c
index fb8f70d225b9..b020ad8f180b 100644
--- a/fs/gfs2/ops_dentry.c
+++ b/fs/gfs2/ops_dentry.c
@@ -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;