Skip to content

Commit 55fb30e

Browse files
robnbehlendorf
authored andcommitted
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
1 parent daff6b7 commit 55fb30e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

include/libzpool.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
extern "C" {
3636
#endif
3737

38+
extern char *vn_dumpdir;
39+
3840
_LIBZPOOL_H void kernel_init(int mode);
3941
_LIBZPOOL_H void kernel_fini(void);
4042

include/sys/zfs_context.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ extern "C" {
187187
typedef off_t loff_t;
188188
#endif
189189

190-
extern char *vn_dumpdir;
191-
192190
/*
193191
* Random stuff
194192
*/

lib/libspl/cred.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,3 @@ crgetgroups(cred_t *cr)
6262
(void) cr;
6363
return (NULL);
6464
}
65-

0 commit comments

Comments
 (0)