Skip to content

Commit

Permalink
- Minimize ARC churn by moving functions interfacing with the buffer …
Browse files Browse the repository at this point in the history
…cache to

  a separate file

- consolidate I/O cache synchronization in zio_create
  • Loading branch information
kmacy committed Dec 3, 2009
1 parent 9a1758b commit 84dd7cb
Show file tree
Hide file tree
Showing 6 changed files with 441 additions and 346 deletions.
2 changes: 1 addition & 1 deletion cddl/lib/libzpool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ATOMIC_SRCS= opensolaris_atomic.c

LIB= zpool

ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} vdev_file.c
ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} vdev_file.c zfs_bio.c
ZFS_SHARED_SRCS= ${ZFS_SHARED_OBJS:C/.o$/.c/}
KERNEL_SRCS= kernel.c taskq.c util.c
LIST_SRCS= list.c
Expand Down
Loading

0 comments on commit 84dd7cb

Please sign in to comment.