diff options
author | David Teigland <teigland@redhat.com> | 2006-02-23 05:13:13 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-02-23 05:13:13 -0500 |
commit | d95cb943f5b217c5b5f97f5af0fea3c511ed9c97 (patch) | |
tree | dc84771426edfedfd95bfdaafff218ade799d44a /fs/gfs2/ops_export.c | |
parent | 6a6b3d018f4781f108d170f2181281a3c5589dc8 (diff) |
[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_export.c')
-rw-r--r-- | fs/gfs2/ops_export.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/ops_export.c b/fs/gfs2/ops_export.c index 611252b7a0d6..60d006402553 100644 --- a/fs/gfs2/ops_export.c +++ b/fs/gfs2/ops_export.c | |||
@@ -161,7 +161,6 @@ static int gfs2_get_name(struct dentry *parent, char *name, | |||
161 | 161 | ||
162 | static struct dentry *gfs2_get_parent(struct dentry *child) | 162 | static struct dentry *gfs2_get_parent(struct dentry *child) |
163 | { | 163 | { |
164 | struct gfs2_inode *dip = get_v2ip(child->d_inode); | ||
165 | struct qstr dotdot = { .name = "..", .len = 2 }; | 164 | struct qstr dotdot = { .name = "..", .len = 2 }; |
166 | struct inode *inode; | 165 | struct inode *inode; |
167 | struct dentry *dentry; | 166 | struct dentry *dentry; |