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:
Rob Norris 2025-10-24 23:42:12 +11:00 committed by Brian Behlendorf
parent daff6b7e35
commit 55fb30ebe6
3 changed files with 2 additions and 3 deletions

View File

@ -35,6 +35,8 @@
extern "C" {
#endif
extern char *vn_dumpdir;
_LIBZPOOL_H void kernel_init(int mode);
_LIBZPOOL_H void kernel_fini(void);

View File

@ -187,8 +187,6 @@ extern "C" {
typedef off_t loff_t;
#endif
extern char *vn_dumpdir;
/*
* Random stuff
*/

View File

@ -62,4 +62,3 @@ crgetgroups(cred_t *cr)
(void) cr;
return (NULL);
}