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 22:04:23 UTC 2008
> 
> Modified Files:
>       src/sys/nfs: nfs_bio.c
> 
> Log Message:
> Another sacrifice to the stack protector gods.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.176 -r1.177 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.

- it isn't always safe to sleep for allocation here.

- please don't always allocate this.
  it's used only for the 'locked' case.

- please use kmem_alloc.

YAMAMOTO Takashi


Home | Main Index | Thread Index | Old Index