diff options
Diffstat (limited to 'fs/ocfs2/dlmglue.c')
-rw-r--r-- | fs/ocfs2/dlmglue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c index 110bb57c46ab..fe15cee0322a 100644 --- a/fs/ocfs2/dlmglue.c +++ b/fs/ocfs2/dlmglue.c | |||
@@ -2127,7 +2127,7 @@ static int ocfs2_inode_lock_update(struct inode *inode, | |||
2127 | 2127 | ||
2128 | /* This will discard any caching information we might have had | 2128 | /* This will discard any caching information we might have had |
2129 | * for the inode metadata. */ | 2129 | * for the inode metadata. */ |
2130 | ocfs2_metadata_cache_purge(inode); | 2130 | ocfs2_metadata_cache_purge(INODE_CACHE(inode)); |
2131 | 2131 | ||
2132 | ocfs2_extent_map_trunc(inode, 0); | 2132 | ocfs2_extent_map_trunc(inode, 0); |
2133 | 2133 | ||