git: kernel - Fix direct getpages call to devfs cdev

看板DFBSD_commit作者時間15年前 (2010/09/05 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit ad8b1a17d50a3731619b491ad2f79e7d69a7d76b Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Sep 4 18:40:50 2010 -0700 kernel - Fix direct getpages call to devfs cdev * This will be used by swapoff to bring pages in via VM objects. devfs was using getpbuf() when it really needed to be using getpbuf_kva(). Found-via: Ilya Dryomov's swapoff port Summary of changes: sys/vfs/devfs/devfs_vnops.c | 2 +- sys/vfs/nwfs/nwfs_io.c | 4 ++-- sys/vfs/smbfs/smbfs_io.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ad8b1a17d50a3731619b491ad2f79e7d69a7d76b -- DragonFly BSD source repository
文章代碼(AID): #1CWldXGx (DFBSD_commit)