Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / sunrpc / auth.c
index 5752f29..9527f2b 100644 (file)
@@ -213,7 +213,7 @@ retry:
                rpcauth_gc_credcache(auth, &free);
        hlist_for_each_safe(pos, next, &cache->hashtable[nr]) {
                struct rpc_cred *entry;
-               entry = hlist_entry(pos, struct rpc_cred, cr_hash);
+               entry = hlist_entry(pos, struct rpc_cred, cr_hash);
                if (entry->cr_ops->crmatch(acred, entry, flags)) {
                        hlist_del(&entry->cr_hash);
                        cred = entry;