Revert r269523:

Providing a higher EXT2_LINK_MAX limit is a bad idea for ext2/3.

Discussed with:	bde
This commit is contained in:
Pedro F. Giffuni 2014-08-05 01:25:14 +00:00
parent 60723bfe21
commit 7c1be3f5c7

View File

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