mirror_zfs/include/sys/vfs.h
behlendo 9490c14835 Apply fix from bug239 for rwlock deadlock.
Update check.sh script to take V=1 env var so you can run it verbosely as
follows if your chasing something: sudo make check V=1

Add new kobj api and needed regression tests to allow reading of files from
within the kernel.  Normally thats not something I support but the spa layer
needs the support for its config file.

Add some more missing stub headers



git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@38 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-11 20:54:40 +00:00

9 lines
105 B
C

#ifndef _SPL_ZFS_H
#define _SPL_ZFS_H
typedef struct vfs_s {
int foo;
} vfs_t;
#endif /* SPL_ZFS_H */