]> Pileus Git - ~andy/linux/blobdiff - net/sunrpc/auth_null.c
SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writes
[~andy/linux] / net / sunrpc / auth_null.c
index 6c905fb11c5dba397a412e1b39846b815430d8dd..537d0e8589ddb598c9137eb97ccea1a870af04a6 100644 (file)
@@ -133,6 +133,7 @@ const struct rpc_credops null_credops = {
 
 static
 struct rpc_cred null_cred = {
+       .cr_lru         = LIST_HEAD_INIT(null_cred.cr_lru),
        .cr_auth        = &null_auth,
        .cr_ops         = &null_credops,
        .cr_count       = ATOMIC_INIT(1),