ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Sat, 29 Aug 2009 01:43:15 +0000 (21:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 29 Aug 2009 01:43:15 +0000 (21:43 -0400)
Use EXT4_DIR_LINK_MAX so that rename() can move a directory into new
parent directory without running into the EXT4_LINK_MAX limit.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found