cvs commit: src/sys/nfsclient nfs_socket.c nfs_subs.c nfsm_subs.h

John Baldwin jhb at FreeBSD.org
Tue Feb 12 16:04:59 PST 2008


jhb         2008-02-13 00:04:58 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_socket.c nfs_subs.c nfsm_subs.h 
  Log:
  Consolidate the code to generate a new XID for a NFS request into a
  nfs_xid_gen() function instead of duplicating the logic in both
  nfsm_rpchead() and the NFS3ERR_JUKEBOX handling in nfs_request().
  
  MFC after:      1 week
  Submitted by:   mohans (a long while ago)
  
  Revision  Changes    Path
  1.158     +1 -8      src/sys/nfsclient/nfs_socket.c
  1.152     +23 -14    src/sys/nfsclient/nfs_subs.c
  1.38      +1 -0      src/sys/nfsclient/nfsm_subs.h


More information about the cvs-src mailing list