From: Theodore Ts'o Date: Sun, 30 Aug 2009 01:08:08 +0000 (-0400) Subject: ext4: Limit number of links that can be created by ext4_link() X-Git-Tag: v2.6.32-rc1~633^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b05ab1dc3795e6f997fb0d34f38fce5012533c3e;p=pandora-kernel.git ext4: Limit number of links that can be created by ext4_link() 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" --- Reading git-diff-tree failed