aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_impl.h
diff options
context:
space:
mode:
authorнаб <[email protected]>2022-02-20 15:04:49 +0100
committerBrian Behlendorf <[email protected]>2022-03-08 09:33:04 -0800
commit8a3d77358aa8a6ad327b0837a3e6bd269bee6fb4 (patch)
tree266d6c36d3e3dd5f913871ca259240062983d842 /lib/libzfs/libzfs_impl.h
parent08eb2309ce256d555a3a46d3887ca3d9bb9ead92 (diff)
libzfs: migrate single-use libzfs_set_pipe_max() to libzfs_core
Notably, this also means that the pipe is expanded before each dataset is received, so updates to /p/s/f/pipe-max-size are reflected for each new dataset Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Rich Ercolani <[email protected]> Reviewed-by: Paul Dagnelie <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #13133
Diffstat (limited to 'lib/libzfs/libzfs_impl.h')
-rw-r--r--lib/libzfs/libzfs_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libzfs/libzfs_impl.h b/lib/libzfs/libzfs_impl.h
index cf8d0d4e6..6a18f6c32 100644
--- a/lib/libzfs/libzfs_impl.h
+++ b/lib/libzfs/libzfs_impl.h
@@ -257,7 +257,6 @@ extern int libzfs_load_module(void);
extern int zpool_relabel_disk(libzfs_handle_t *hdl, const char *path,
const char *msg);
extern int find_shares_object(differ_info_t *di);
-extern void libzfs_set_pipe_max(int infd);
extern void zfs_commit_proto(const zfs_share_proto_t *);
#ifdef __cplusplus