mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-27 04:32:16 +03:00
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 <behlendorf1@llnl.gov> Reviewed-by: Rich Ercolani <rincebrain@gmail.com> Reviewed-by: Paul Dagnelie <pcd@delphix.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13133
This commit is contained in:
@@ -38,12 +38,6 @@
|
||||
#define ZFS_KMOD "openzfs"
|
||||
#endif
|
||||
|
||||
void
|
||||
libzfs_set_pipe_max(int infd)
|
||||
{
|
||||
/* FreeBSD automatically resizes */
|
||||
(void) infd;
|
||||
}
|
||||
|
||||
static int
|
||||
execvPe(const char *name, const char *path, char * const *argv,
|
||||
|
||||
Reference in New Issue
Block a user