Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 00:04:58 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_socket.c nfs_subs.c nfsm_subs.h
Message-ID:  <200802130004.m1D04wRo065416@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802130004.m1D04wRo065416>