Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/nfs



hi,

> Module Name:  src
> Committed By: christos
> Date:         Thu Oct 16 19:33:48 UTC 2008
> 
> Modified Files:
>       src/sys/nfs: nfs_bio.c
> 
> Log Message:
> don't use variable allocation on the stack.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.175 -r1.176 src/sys/nfs/nfs_bio.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

memory allocation for writeback is not desirable, especially for pagedaemon.
it's better to use MAXPHYS or such.

YAMAMOTO Takashi


Home | Main Index | Thread Index | Old Index