From: Al Viro Date: Wed, 2 Mar 2011 15:15:26 +0000 (-0500) Subject: udf: fix i_nlink limit X-Git-Tag: v2.6.38-rc8~31^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=810c1b2e48d32a8605928c3609262d94853c3a76;p=pandora-kernel.git 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 --- Reading git-diff-tree failed