Skip to content

Commit

Permalink
NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Jul 31, 2007
1 parent 80cd692 commit d7ef970
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/ncpfs/ncplib_kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d7ef970

Please sign in to comment.