diff options
Diffstat (limited to 'fs/ocfs2/inode.h')
| -rw-r--r-- | fs/ocfs2/inode.h | 6 |
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); | |||
| 118 | void ocfs2_drop_inode(struct inode *inode); | 117 | void 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 |
| 125 | struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, int flags); | 122 | struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, int flags); |
| 126 | struct inode *ocfs2_ilookup_for_vote(struct ocfs2_super *osb, | ||
| 127 | u64 blkno, | ||
| 128 | int delete_vote); | ||
| 129 | int ocfs2_inode_init_private(struct inode *inode); | 123 | int ocfs2_inode_init_private(struct inode *inode); |
| 130 | int ocfs2_inode_revalidate(struct dentry *dentry); | 124 | int ocfs2_inode_revalidate(struct dentry *dentry); |
| 131 | int ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe, | 125 | int ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe, |
