Increase link count limit to 2^31-1
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 13 Jan 2012 19:35:05 +0000 (11:35 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 13 Jan 2012 19:43:59 +0000 (11:43 -0800)
commita8783adf24a8c40dcae0fbfa90eb231212f26884
tree431802394ba462ff4fd359cd3e19ef720625b235
parent58d956b085c31bde695d03dbf415e118cd350e0f
Increase link count limit to 2^31-1

Originally, the per-file link limit was set to 65536 because the
exact Linux VFS limit was unclear.  Internally ZFS is able to
support 64-bit link counts.  After a more careful investigation
the limit can be safely raised to 2^31-1.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #514
include/sys/zfs_vfsops.h