From: Suresh Jayaraman Date: Mon, 29 Nov 2010 17:09:47 +0000 (+0530) Subject: cifs: trivial comment fix for cifs_invalidate_mapping X-Git-Tag: v2.6.37-rc5~38^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=523fb8c867650196bef830d5dd9315d9975a9b7e;p=platform%2Fupstream%2Fkernel-adaptation-pc.git cifs: trivial comment fix for cifs_invalidate_mapping Only the callers check whether the invalid_mapping flag is set and not cifs_invalidate_mapping(). Signed-off-by: Suresh Jayaraman Signed-off-by: Steve French --- diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index ff7d299..669298f 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c @@ -1670,7 +1670,9 @@ cifs_inode_needs_reval(struct inode *inode) return false; } -/* check invalid_mapping flag and zap the cache if it's set */ +/* + * Zap the cache. Called when invalid_mapping flag is set. + */ static void cifs_invalidate_mapping(struct inode *inode) {