]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/arc.c
Move a few internal ARC strucutres to arc_impl.h
authorNed Bass <bass6@llnl.gov>
Wed, 22 Oct 2014 00:59:33 +0000 (17:59 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 17 Nov 2014 19:13:27 +0000 (11:13 -0800)
commit59ec819a0c616fe2ac2b28829086568353a7d7fe
tree141d6cba443504456f4caed8ff5b8938c3c36141
parent33c08194254d42342d1c4e323eb0058df38d15b6
Move a few internal ARC strucutres to arc_impl.h

Add a new file named arc_impl.h and move a few internal
ARC structure definitions into this file. This is
needed in order to allow the Linux tracepoint functions to grub
around in the internals of these structures.

Signed-off-by: Prakash Surya <prakash.surya@delphix.com>
Signed-off-by: Ned Bass <bass6@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
include/sys/Makefile.am
include/sys/arc_impl.h [new file with mode: 0644]
module/zfs/arc.c