git: kernel - Remove unneeded initialization
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Dec 7 20:21:19 PST 2011
commit 005cf293e422d00cfb20c15ecf281dd8bc835778
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Dec 7 20:19:40 2011 -0800
kernel - Remove unneeded initialization
* vm_object->flags is set to 0 by _vm_object_allocate() and does not
need to be set to 0 again.
Summary of changes:
sys/vm/vnode_pager.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/005cf293e422d00cfb20c15ecf281dd8bc835778
--
DragonFly BSD source repository
More information about the Commits
mailing list