mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
Increase dmsetup line buffer to 4k.
This commit is contained in:
parent
c05fbac29a
commit
c1d0a12121
@ -1,5 +1,6 @@
|
||||
Version 1.02.06 -
|
||||
=============================
|
||||
Increase dmsetup line buffer to 4k.
|
||||
|
||||
Version 1.02.05 - 19 Apr 2006
|
||||
=============================
|
||||
|
@ -74,7 +74,7 @@ extern char *optarg;
|
||||
# define MKDEV(x,y) makedev((x),(y))
|
||||
#endif
|
||||
|
||||
#define LINE_SIZE 1024
|
||||
#define LINE_SIZE 4096
|
||||
#define ARGS_MAX 256
|
||||
|
||||
#define err(msg, x...) fprintf(stderr, msg "\n", ##x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user