1
0
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:
Alasdair Kergon 2006-04-19 20:43:30 +00:00
parent c05fbac29a
commit c1d0a12121
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)