mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-06 01:58:01 +03:00
Missed to properly merge patch for definition of MAX_MISSING_LEN
(fix previous commit)
This commit is contained in:
parent
4d44893d60
commit
e5d399f667
@ -49,7 +49,7 @@
|
||||
#endif
|
||||
|
||||
#define MAX_RETRIES 4
|
||||
#define MAX_MISSING_LEN = 8000 /* Max supported clvmd message size ? */
|
||||
#define MAX_MISSING_LEN 8000 /* Max supported clvmd message size ? */
|
||||
|
||||
#define ISLOCAL_CSID(c) (memcmp(c, our_csid, max_csid_len) == 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user