mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-30 12:03:16 +00:00
Our follow_link method forgot to fill the nameidata with the target path of the symlink. The uninitialized nameidata tripped up the generic readlink code in a debugging kernel. Signed-off-by: Zach Brown <zab@versity.com>