1
0
Fork 0

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>
hifive-unleashed-5.1
Robert P. J. Day 2007-07-31 00:39:05 -07:00 committed by Linus Torvalds
parent 80cd69203c
commit d7ef970baf
1 changed files with 0 additions and 3 deletions

View File

@ -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;