Revert r269523:
Providing a higher EXT2_LINK_MAX limit is a bad idea for ext2/3. Discussed with: bde
This commit is contained in:
parent
60723bfe21
commit
7c1be3f5c7
@ -72,7 +72,7 @@ struct ext2fs_direct_2 {
|
|||||||
/*
|
/*
|
||||||
* Maximal count of links to a file
|
* Maximal count of links to a file
|
||||||
*/
|
*/
|
||||||
#define EXT2_LINK_MAX LINK_MAX
|
#define EXT2_LINK_MAX 32000
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ext2 directory file types. Only the low 3 bits are used. The
|
* Ext2 directory file types. Only the low 3 bits are used. The
|
||||||
|
Loading…
Reference in New Issue
Block a user