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
|
@ -726,9 +726,6 @@ ncp_del_file_or_subdir2(struct ncp_server *server,
|
||||||
__le32 dirent;
|
__le32 dirent;
|
||||||
|
|
||||||
if (!inode) {
|
if (!inode) {
|
||||||
#ifdef CONFIG_NCPFS_DEBUGDENTRY
|
|
||||||
PRINTK("ncpfs: ncpdel2: dentry->d_inode == NULL\n");
|
|
||||||
#endif
|
|
||||||
return 0xFF; /* Any error */
|
return 0xFF; /* Any error */
|
||||||
}
|
}
|
||||||
volnum = NCP_FINFO(inode)->volNumber;
|
volnum = NCP_FINFO(inode)->volNumber;
|
||||||
|
|
Loading…
Reference in New Issue