mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-10 20:36:21 +03:00
zfs_context: move vn_dumpdir to libzpool
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #17861
This commit is contained in:
parent
daff6b7e35
commit
55fb30ebe6
@ -35,6 +35,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern char *vn_dumpdir;
|
||||
|
||||
_LIBZPOOL_H void kernel_init(int mode);
|
||||
_LIBZPOOL_H void kernel_fini(void);
|
||||
|
||||
|
||||
@ -187,8 +187,6 @@ extern "C" {
|
||||
typedef off_t loff_t;
|
||||
#endif
|
||||
|
||||
extern char *vn_dumpdir;
|
||||
|
||||
/*
|
||||
* Random stuff
|
||||
*/
|
||||
|
||||
@ -62,4 +62,3 @@ crgetgroups(cred_t *cr)
|
||||
(void) cr;
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user