This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2024-11-18 02:20:59 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
41cf38df92
mirror_zfs
/
include
/
sys
/
vfs.h
9 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
Fix systemic naming mistake git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@34 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-10 22:04:14 +03:00
#
ifndef _SPL_ZFS_H
#
define _SPL_ZFS_H
Missing headers, more minor fixes git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@48 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-15 03:05:38 +03:00
typedef
struct
vfs
{
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 23:54:40 +03:00
int
foo
;
}
vfs_t
;
Fix systemic naming mistake git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@34 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-10 22:04:14 +03:00
#
endif
/* SPL_ZFS_H */
Reference in New Issue
Copy Permalink