> This stack trace indicates that path was too deep, so trace happened on buffer overflow. This warning happens only if path->dentry references the root of the filesystem: 2558 if (IS_ROOT (dentry ) &&2559 (dentry ->d_name.len != 1 || dentry ->d_name.name [0] != *'/'*)) {2560 WARN (1, *"Root dentry has weird name <%.*s>\n"*,2561 (int) dentry ->d_name.len , dentry ->d_name.name );2562 } The warning might indicate filesystem problem (say, NFS failed to read its dentries due to network being down). On the other hand there are no warnings about buffer being too short (which is pretty normal situation), instead the corresponding error code is returned. On Wed, Oct 29, 2014 at 2:13 PM, Sergii Golovatiuk <