aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/inode.c')
-rw-r--r--fs/ocfs2/inode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c
index 179c819e52ec..e82ceb31cc83 100644
--- a/fs/ocfs2/inode.c
+++ b/fs/ocfs2/inode.c
@@ -1395,10 +1395,6 @@ int ocfs2_read_inode_block(struct inode *inode, struct buffer_head **bh)
1395 return ocfs2_read_inode_block_full(inode, bh, 0); 1395 return ocfs2_read_inode_block_full(inode, bh, 0);
1396} 1396}
1397 1397
1398static struct ocfs2_inode_info *cache_info_to_inode(struct ocfs2_caching_info *ci)
1399{
1400 return container_of(ci, struct ocfs2_inode_info, ip_metadata_cache);
1401}
1402 1398
1403static u64 ocfs2_inode_cache_owner(struct ocfs2_caching_info *ci) 1399static u64 ocfs2_inode_cache_owner(struct ocfs2_caching_info *ci)
1404{ 1400{