public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NCP:  Delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY.
@ 2007-07-19 11:09 Robert P. J. Day
  2007-07-19 11:33 ` Petr Vandrovec
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2007-07-19 11:09 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Andrew Morton, vandrove


Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

  steve walks warily down the street with the brim pulled way down low
...


diff --git a/fs/ncpfs/ncplib_kernel.c b/fs/ncpfs/ncplib_kernel.c
index 551e0ba..df6d60b 100644
--- a/fs/ncpfs/ncplib_kernel.c
+++ b/fs/ncpfs/ncplib_kernel.c
@@ -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;
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] NCP:  Delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY.
  2007-07-19 11:09 [PATCH] NCP: Delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY Robert P. J. Day
@ 2007-07-19 11:33 ` Petr Vandrovec
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Vandrovec @ 2007-07-19 11:33 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Robert P. J. Day, Linux Kernel Mailing List

Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

Fine with me.  Thanks.

Acked-by: Petr Vandrovec <petr@vandrovec.name>

> ---
> 
>   steve walks warily down the street with the brim pulled way down low
> ...
> 
> 
> diff --git a/fs/ncpfs/ncplib_kernel.c b/fs/ncpfs/ncplib_kernel.c
> index 551e0ba..df6d60b 100644
> --- a/fs/ncpfs/ncplib_kernel.c
> +++ b/fs/ncpfs/ncplib_kernel.c
> @@ -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;



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-19 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 11:09 [PATCH] NCP: Delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY Robert P. J. Day
2007-07-19 11:33 ` Petr Vandrovec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox