Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 523fb8c8 authored by Suresh Jayaraman's avatar Suresh Jayaraman Committed by Steve French
Browse files

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: default avatarSuresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 362d3129
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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)
{