Al Viro 810c1b2e48 udf: fix i_nlink limit
(256 << sizeof(x)) - 1 is not the maximal possible value of x...
In reality, the maximal allowed value for UDF FileLinkCount is
65535.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-03-03 01:28:40 -05:00
..
2011-01-06 17:03:57 +01:00
2009-09-14 19:13:00 +02:00
2011-01-06 17:03:57 +01:00
2009-09-14 19:13:00 +02:00
2009-06-11 21:36:13 -04:00
2011-03-03 01:28:40 -05:00