Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 743cde74 authored by Al Viro's avatar Al Viro
Browse files

bfs_add_entry(): get rid of pointless ->d_name.len checks


First of all, any dentry getting here would have passed bfs_lookup(),
so it it passed ENAMETOOLONG check there, there's no need to
repeat it.  And we are not going to get dentries with zero name length -
that check ultimately comes from ext2 and it's as pointless here as it
used to be there.

Acked-by: default avatarTigran Aivazian <aivazian.tigran@gmail.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 96931dfe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment