mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
lvm2: update sources and improve packaging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/lib/commands/toolcontext.c
|
||||
+++ b/lib/commands/toolcontext.c
|
||||
@@ -1637,8 +1637,10 @@ struct cmd_context *create_toolcontext(u
|
||||
@@ -1690,8 +1690,10 @@ struct cmd_context *create_toolcontext(u
|
||||
unsigned threaded)
|
||||
{
|
||||
struct cmd_context *cmd;
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#ifdef M_MMAP_MAX
|
||||
mallopt(M_MMAP_MAX, 0);
|
||||
@@ -1674,7 +1676,7 @@ struct cmd_context *create_toolcontext(u
|
||||
@@ -1727,7 +1729,7 @@ struct cmd_context *create_toolcontext(u
|
||||
/* FIXME Make this configurable? */
|
||||
reset_lvm_errno(1);
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
/* Set in/out stream buffering before glibc */
|
||||
if (set_buffering) {
|
||||
/* Allocate 2 buffers */
|
||||
@@ -2047,7 +2049,7 @@ void destroy_toolcontext(struct cmd_cont
|
||||
@@ -2100,7 +2102,7 @@ void destroy_toolcontext(struct cmd_cont
|
||||
if (cmd->libmem)
|
||||
dm_pool_destroy(cmd->libmem);
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
if (is_valid_fd(STDIN_FILENO) &&
|
||||
--- a/tools/lvmcmdline.c
|
||||
+++ b/tools/lvmcmdline.c
|
||||
@@ -1635,6 +1635,7 @@ int lvm_split(char *str, int *argc, char
|
||||
@@ -1688,6 +1688,7 @@ int lvm_split(char *str, int *argc, char
|
||||
/* Make sure we have always valid filedescriptors 0,1,2 */
|
||||
static int _check_standard_fds(void)
|
||||
{
|
||||
@@ -39,7 +39,7 @@
|
||||
int err = is_valid_fd(STDERR_FILENO);
|
||||
|
||||
if (!is_valid_fd(STDIN_FILENO) &&
|
||||
@@ -1661,6 +1662,12 @@ static int _check_standard_fds(void)
|
||||
@@ -1714,6 +1715,12 @@ static int _check_standard_fds(void)
|
||||
strerror(errno));
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user