commit | 2c94eb86c66e1eaaa1e7d8a2120f4fad5e7e7736 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Fri Aug 28 21:43:15 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Aug 28 21:43:15 2009 -0400 |
tree | 71f76a0ca097b887986ea0499401c3631f15a0e3 | |
parent | 55ad63bf3a30936aced50f13452735c2f58b234c [diff] |
ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories 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>