看板 DFBSD_commit 關於我們 聯絡資訊
commit e527fb6b9426fc6203263a24c0d8a5c030bc4288 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Feb 21 11:41:03 2010 -0800 kernel - TMPFS - Stabilization pass, fix assertion in nrmdir (again) * Oops, fix bug in last commit. vp was garbage where it was being tested. Summary of changes: sys/vfs/tmpfs/tmpfs_vnops.c | 14 ++++++++------ sys/vm/swap_pager.h | 1 + sys/vm/vm_page.c | 13 +++++++++---- sys/vm/vm_pageout.c | 4 ++++ sys/vm/vm_swapcache.c | 21 +++++++++++++++++++-- 5 files changed, 41 insertions(+), 12 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e527fb6b9426fc6203263a24c0d8a5c030bc4288 -- DragonFly BSD source repository