NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Acked-by: Petr Vandrovec <petr@vandrovec.name> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
80cd69203c
commit
d7ef970baf
1 changed files with 0 additions and 3 deletions
|
@ -726,9 +726,6 @@ ncp_del_file_or_subdir2(struct ncp_server *server,
|
|||
__le32 dirent;
|
||||
|
||||
if (!inode) {
|
||||
#ifdef CONFIG_NCPFS_DEBUGDENTRY
|
||||
PRINTK("ncpfs: ncpdel2: dentry->d_inode == NULL\n");
|
||||
#endif
|
||||
return 0xFF; /* Any error */
|
||||
}
|
||||
volnum = NCP_FINFO(inode)->volNumber;
|
||||
|
|
Loading…
Reference in a new issue