Commit aa6ec546 authored by Dave Kleikamp's avatar Dave Kleikamp

Bump up JFS_LINK_MAX from 64K to 4G.

Taking advantage of the change of i_nlink from nlink_t to unsigned int.
parent 828a35e5
......@@ -125,7 +125,7 @@
#define MAXBLOCKSIZE 4096
#define MAXFILESIZE ((s64)1 << 52)
#define JFS_LINK_MAX 65535 /* nlink_t is unsigned short */
#define JFS_LINK_MAX 0xffffffff
/* Minimum number of bytes supported for a JFS partition */
#define MINJFS (0x1000000)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment