Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bf19aacecbeebccb2c3d150a8bd9416b7dba81fe
Commit:     bf19aacecbeebccb2c3d150a8bd9416b7dba81fe
Parent:     c7c209730d635226b81e9aeae63b6dc8f445569f
Author:     J. Bruce Fields <[EMAIL PROTECTED]>
AuthorDate: Wed Sep 26 14:38:09 2007 -0400
Committer:  Trond Myklebust <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 17:20:25 2007 -0400

    nfs: add server port to rpc_pipe info file
    
    On the client, when an alternate server port is specified on the mount
    commandline, we need to make sure gssd knows about it.
    
    Also, on the server side, when we're sending krb5 callbacks to the
    client, we'll use the same mechanism to let gssd know about the callback
    port.
    
    Thanks to Olga Kornievskaia for testing and for an earlier
    implementation.
    
    Signed-off-by: "J. Bruce Fields" <[EMAIL PROTECTED]>
    Cc: Olga Kornievskaia <[EMAIL PROTECTED]>
    Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]>
---
 net/sunrpc/rpc_pipe.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c
index ae83ac8..c8433e8 100644
--- a/net/sunrpc/rpc_pipe.c
+++ b/net/sunrpc/rpc_pipe.c
@@ -329,6 +329,7 @@ rpc_show_info(struct seq_file *m, void *v)
                        clnt->cl_prog, clnt->cl_vers);
        seq_printf(m, "address: %s\n", rpc_peeraddr2str(clnt, 
RPC_DISPLAY_ADDR));
        seq_printf(m, "protocol: %s\n", rpc_peeraddr2str(clnt, 
RPC_DISPLAY_PROTO));
+       seq_printf(m, "port: %s\n", rpc_peeraddr2str(clnt, RPC_DISPLAY_PORT));
        return 0;
 }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to