DragonFly commits List (threaded) for 2010-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Fix direct getpages call to devfs cdev
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]