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:
2c94eb8
)
ext4: Limit number of links that can be created by ext4_link()
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 30 Aug 2009 01:08:08 +0000
(21:08 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 30 Aug 2009 01:08:08 +0000
(21:08 -0400)
In ext4_link we need to check using EXT4_LINK_MAX, and not
EXT4_DIR_LINK_MAX(), since ext4_link() is creating hard links of
regular files, and not directories.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found