@@ -48,7 +48,6 @@ static struct dentry *sysv_lookup(struct inode * dir, struct dentry * dentry, st
|
||||
struct inode * inode = NULL;
|
||||
ino_t ino;
|
||||
|
||||
d_set_d_op(dentry, dir->i_sb->s_root->d_op);
|
||||
if (dentry->d_name.len > SYSV_NAMELEN)
|
||||
return ERR_PTR(-ENAMETOOLONG);
|
||||
ino = sysv_inode_by_name(dentry);
|
||||
|
Reference in New Issue
Block a user