Date: Sat, 9 Jan 2010 15:59:15 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsserver nfs.h nfs_fha.c nfs_srvkrpc.c Message-ID: <201001091559.o09FxQsG076809@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-01-09 15:59:15 UTC FreeBSD src repository Modified files: sys/nfsserver nfs.h nfs_fha.c nfs_srvkrpc.c Log: SVN rev 201899 on 2010-01-09 15:59:15Z by marius Some style(9) fixes in order to fabricate a commit to denote that the commit message for r201896 actually should have read: As nfsm_srvmtofh_xx() assumes the 4-byte alignment required by XDR ensure the mbuf data is aligned accordingly by calling nfs_realign() in fha_extract_info(). This fix is orthogonal to the problem solved by r199274/r199284. PR: 142102 (second part) MFC after: 1 week Revision Changes Path 1.92 +2 -3 src/sys/nfsserver/nfs.h 1.8 +62 -63 src/sys/nfsserver/nfs_fha.c 1.14 +11 -13 src/sys/nfsserver/nfs_srvkrpc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001091559.o09FxQsG076809>