Commit c6cb412366e8f338baae7300b9f1961f3e559a24

Authored by Al Viro
1 parent 30304aba6a

minixfs: kill dead code

->d_op of root stays NULL these days on minixfs

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -23,8 +23,6 @@
23 23 struct inode * inode = NULL;
24 24 ino_t ino;
25 25  
26   - d_set_d_op(dentry, dir->i_sb->s_root->d_op);
27   -
28 26 if (dentry->d_name.len > minix_sb(dir->i_sb)->s_namelen)
29 27 return ERR_PTR(-ENAMETOOLONG);
30 28