git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99890a3
)
udf: fix i_nlink limit
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 2 Mar 2011 15:15:26 +0000
(10:15 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 3 Mar 2011 06:28:40 +0000
(
01:28
-0500)
(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>
No differences found