aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/inode.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c
index ff7d2995d25..669298f088d 100644
--- a/fs/cifs/inode.c
+++ b/fs/cifs/inode.c
@@ -1670,7 +1670,9 @@ cifs_inode_needs_reval(struct inode *inode)
1670 return false; 1670 return false;
1671} 1671}
1672 1672
1673/* check invalid_mapping flag and zap the cache if it's set */ 1673/*
1674 * Zap the cache. Called when invalid_mapping flag is set.
1675 */
1674static void 1676static void
1675cifs_invalidate_mapping(struct inode *inode) 1677cifs_invalidate_mapping(struct inode *inode)
1676{ 1678{