mtd/fs/jffs2 background.c,1.29,1.30

David Woodhouse dwmw2 at infradead.org
Mon Aug 5 10:46:49 EDT 2002


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv11427

Modified Files:
	background.c 
Log Message:
daemonize() zeroes current->tty for us

Index: background.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/background.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- background.c	7 Jun 2002 10:04:28 -0000	1.29
+++ background.c	5 Aug 2002 14:46:47 -0000	1.30
@@ -83,7 +83,7 @@
 	struct jffs2_sb_info *c = _c;
 
 	daemonize();
-	current->tty = NULL;
+
 	c->gc_task = current;
 	up(&c->gc_thread_start);
 





More information about the linux-mtd-cvs mailing list