aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2011-05-09 13:36:10 +0100
committerSteven Whitehouse <swhiteho@redhat.com>2011-05-09 16:44:29 +0100
commit94fb763b1a76a2000ad21f3119b05c90040acaf0 (patch)
tree72cb7fd210b8bb58e52403ba8c7fb35e93e2a5cc /fs/gfs2/inode.h
parentGFS2: When adding a new dir entry, inc link count if it is a subdir (diff)
downloadlinux-dev-94fb763b1a76a2000ad21f3119b05c90040acaf0.tar.xz
linux-dev-94fb763b1a76a2000ad21f3119b05c90040acaf0.zip
GFS2: Remove gfs2_dinode_print() function
This function was intended for debugging purposes, but it is not very useful. If we want to know what is on disk then all we need is a block number and gfs2_edit can give us much better information about what is there. Otherwise, if we are interested in what is stored in the in-core inode, it doesn't help us out there either. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/inode.h')
-rw-r--r--fs/gfs2/inode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h
index f9b8289deec5..7ed60aa1b61f 100644
--- a/fs/gfs2/inode.h
+++ b/fs/gfs2/inode.h
@@ -115,7 +115,6 @@ extern int gfs2_permission(struct inode *inode, int mask, unsigned int flags);
extern int gfs2_setattr_simple(struct gfs2_inode *ip, struct iattr *attr);
extern struct inode *gfs2_lookup_simple(struct inode *dip, const char *name);
extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf);
-extern void gfs2_dinode_print(const struct gfs2_inode *ip);
extern const struct inode_operations gfs2_file_iops;
extern const struct inode_operations gfs2_dir_iops;