aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/inode.h
diff options
context:
space:
mode:
authorTiger Yang <tiger.yang@oracle.com>2007-03-20 19:42:10 -0400
committerMark Fasheh <mark.fasheh@oracle.com>2007-04-26 17:40:16 -0400
commit68e2b740c4b5394680cfefccddbdb486c5866a4c (patch)
treea420b97cff9a1d4ffff7f27834318d238675f8c4 /fs/ocfs2/inode.h
parent500086300e6dc5308a7328990bd50d17e075162b (diff)
ocfs2: remove unused code
Remove node messaging code that becomes unused with the delete inode vote removal. [Removed even more cruft which I spotted during review --Mark] Signed-off-by: Tiger Yang <tiger.yang@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/inode.h')
-rw-r--r--fs/ocfs2/inode.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/ocfs2/inode.h b/fs/ocfs2/inode.h
index 92d4feb34d74..042ae20a7132 100644
--- a/fs/ocfs2/inode.h
+++ b/fs/ocfs2/inode.h
@@ -45,7 +45,6 @@ struct ocfs2_inode_info
45 u32 ip_clusters; 45 u32 ip_clusters;
46 struct ocfs2_extent_map ip_map; 46 struct ocfs2_extent_map ip_map;
47 struct list_head ip_io_markers; 47 struct list_head ip_io_markers;
48 int ip_orphaned_slot;
49 48
50 struct mutex ip_io_mutex; 49 struct mutex ip_io_mutex;
51 50
@@ -118,14 +117,9 @@ void ocfs2_delete_inode(struct inode *inode);
118void ocfs2_drop_inode(struct inode *inode); 117void ocfs2_drop_inode(struct inode *inode);
119 118
120/* Flags for ocfs2_iget() */ 119/* Flags for ocfs2_iget() */
121#define OCFS2_FI_FLAG_NOWAIT 0x1
122#define OCFS2_FI_FLAG_DELETE 0x2
123#define OCFS2_FI_FLAG_SYSFILE 0x4 120#define OCFS2_FI_FLAG_SYSFILE 0x4
124#define OCFS2_FI_FLAG_ORPHAN_RECOVERY 0x8 121#define OCFS2_FI_FLAG_ORPHAN_RECOVERY 0x8
125struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, int flags); 122struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, int flags);
126struct inode *ocfs2_ilookup_for_vote(struct ocfs2_super *osb,
127 u64 blkno,
128 int delete_vote);
129int ocfs2_inode_init_private(struct inode *inode); 123int ocfs2_inode_init_private(struct inode *inode);
130int ocfs2_inode_revalidate(struct dentry *dentry); 124int ocfs2_inode_revalidate(struct dentry *dentry);
131int ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe, 125int ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe,