]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge branch 'from-tomtucker' into for-2.6.26
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 20 May 2008 23:57:38 +0000 (19:57 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 20 May 2008 23:57:38 +0000 (19:57 -0400)
fs/nfsd/nfs4callback.c
net/sunrpc/svcauth_unix.c

index 0b3ffa9840c20e0530ee4f9de9aa423cb813fc52..4d4760e687c351a3dead64752d67ec7ce622a1c7 100644 (file)
@@ -419,9 +419,9 @@ static int do_probe_callback(void *data)
 out_release_client:
        rpc_shutdown_client(client);
 out_err:
-       put_nfs4_client(clp);
        dprintk("NFSD: warning: no callback path to client %.*s\n",
                (int)clp->cl_name.len, clp->cl_name.data);
+       put_nfs4_client(clp);
        return status;
 }
 
index 3f30ee6006ae449c14ea7540dd548ec96859b451..f24800f2c098c3b83d812881af05947b062a1ed3 100644 (file)
@@ -278,7 +278,7 @@ static int ip_map_show(struct seq_file *m,
                dom = im->m_client->h.name;
 
        if (ipv6_addr_v4mapped(&addr)) {
-               seq_printf(m, "%s" NIPQUAD_FMT "%s\n",
+               seq_printf(m, "%s " NIPQUAD_FMT " %s\n",
                        im->m_class,
                        ntohl(addr.s6_addr32[3]) >> 24 & 0xff,
                        ntohl(addr.s6_addr32[3]) >> 16 & 0xff,
@@ -286,7 +286,7 @@ static int ip_map_show(struct seq_file *m,
                        ntohl(addr.s6_addr32[3]) >>  0 & 0xff,
                        dom);
        } else {
-               seq_printf(m, "%s" NIP6_FMT "%s\n",
+               seq_printf(m, "%s " NIP6_FMT " %s\n",
                        im->m_class, NIP6(addr), dom);
        }
        return 0;