1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-24 14:50:34 +03:00

Increase dmsetup line buffer to 4k.

This commit is contained in:
Alasdair Kergon 2006-04-19 20:43:30 +00:00
parent 2b8423437e
commit 800f747570
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.06 -
=============================
Increase dmsetup line buffer to 4k.
Version 1.02.05 - 19 Apr 2006
=============================

View File

@ -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)