diff options
Diffstat (limited to 'net/sunrpc/cache.c')
-rw-r--r-- | net/sunrpc/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c index de0b0f39d9d8..47ad2666fdf6 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c | |||
@@ -1273,7 +1273,7 @@ static void *c_start(struct seq_file *m, loff_t *pos) | |||
1273 | __acquires(cd->hash_lock) | 1273 | __acquires(cd->hash_lock) |
1274 | { | 1274 | { |
1275 | loff_t n = *pos; | 1275 | loff_t n = *pos; |
1276 | unsigned hash, entry; | 1276 | unsigned int hash, entry; |
1277 | struct cache_head *ch; | 1277 | struct cache_head *ch; |
1278 | struct cache_detail *cd = ((struct handle*)m->private)->cd; | 1278 | struct cache_detail *cd = ((struct handle*)m->private)->cd; |
1279 | 1279 | ||