Skip to content
Snippets Groups Projects
Commit 810c1b2e authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 99890a3b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment