Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   enami
Date:           Tue May 23 02:19:21 UTC 2000

Modified Files:
        syssrc/sys/uvm: uvm_mmap.c

Log Message:
- Move the comment, which describes that calling the function
  uvm_map_pageable(map, ...) implies unlocking passed map, just before the
  function call.
- If we bail out before calling the uvm_map_pageable, unlock the map
  by ourself to prevent a panic ``locking against myself''.  The panic is,
  for example, caused when cdrecord is invoked with too large fifo size.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/uvm/uvm_mmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index