]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: Limit number of links that can be created by ext4_link()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 30 Aug 2009 01:08:08 +0000 (21:08 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 16:06:18 +0000 (08:06 -0800)
commite4670b394dd5cdfc5fda17e3ec94c444dcaecac2
tree00a54762630cf498fc28acb9a8095c04bfd0d93c
parent929c7112197d58053117b3303f3bcf160bcdca45
ext4: Limit number of links that can be created by ext4_link()

(cherry picked from commit b05ab1dc3795e6f997fb0d34f38fce5012533c3e)

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>
fs/ext4/namei.c