Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11562
Created an attachment (id=9371) Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9371&action=view) reduce stack usage in __vfs_follow_link __vfs_follow_link mistakenly pushed whole intent structure to the stack and increased stack usage by 72 bytes (for x86_64 arch). Thus recursive symlink lookup crashed before the MAX_NESTED_LINKS limit is reached. The fix gets rid of the temporary stack-allocated variable. _______________________________________________ Lustre-devel mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-devel
