Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sunrpc: fix duplicated word in <linux/sunrpc/cache.h>

Change "time time" to "time expiry_time" to match the field name.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: Anna Schumaker <anna.schumaker@netapp.com>
Cc: linux-nfs@vger.kernel.org
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>

authored by

Randy Dunlap and committed by
Anna Schumaker
1138ce1c 5589cc47

+2 -1
+2 -1
include/linux/sunrpc/cache.h
··· 45 45 */ 46 46 struct cache_head { 47 47 struct hlist_node cache_list; 48 - time64_t expiry_time; /* After time time, don't use the data */ 48 + time64_t expiry_time; /* After time expiry_time, don't use 49 + * the data */ 49 50 time64_t last_refresh; /* If CACHE_PENDING, this is when upcall was 50 51 * sent, else this is when update was 51 52 * received, though it is alway set to