git: tmpfs - fix failing writes with no swap

看板DFBSD_commit作者時間15年前 (2010/07/11 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b7545cb3ff9d0e0490a2453779b029252346d511 Author: Alex Hornung <ahornung@gmail.com> Date: Sat Jul 10 22:10:27 2010 +0100 tmpfs - fix failing writes with no swap * When no swap is available, tmpfs was trying to use bawrite, causing some further problems down the line. We avoid this by now forcing the use of buwrite() for this case (no swap). Suggested-by: Matt Dillon Summary of changes: sys/vfs/tmpfs/tmpfs_vnops.c | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b7545cb3ff9d0e0490a2453779b029252346d511 -- DragonFly BSD source repository
文章代碼(AID): #1CEFJeED (DFBSD_commit)