Re: [PATCH] freezer.h uses task_struct fields

2006-12-08 Thread Andrew Morton
On Fri, 08 Dec 2006 08:31:11 -0600 Dave Kleikamp <[EMAIL PROTECTED]> wrote: > > include/linux/freezer.h: In function 'frozen_process': > > include/linux/freezer.h:55: error: dereferencing pointer to incomplete type > > include/linux/freezer.h:55: error: dereferencing pointer to incomplete type > >

Re: [PATCH] freezer.h uses task_struct fields

2006-12-08 Thread Dave Kleikamp
Sorry. I had a misconfiguration in my mail client. My correct address is [EMAIL PROTECTED], not [EMAIL PROTECTED] Thanks, Shaggy -- David Kleikamp IBM Linux Technology Center - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: [PATCH] freezer.h uses task_struct fields

2006-12-08 Thread Dave Kleikamp
On Thu, 2006-12-07 at 22:13 -0800, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > freezer.h uses task_struct fields so it should include sched.h. > > CC [M] fs/jfs/jfs_txnmgr.o > In file included from fs/jfs/jfs_txnmgr.c:49: > include/linux/freezer.h: In function 'frozen': >

[PATCH] freezer.h uses task_struct fields

2006-12-07 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> freezer.h uses task_struct fields so it should include sched.h. CC [M] fs/jfs/jfs_txnmgr.o In file included from fs/jfs/jfs_txnmgr.c:49: include/linux/freezer.h: In function 'frozen': include/linux/freezer.h:9: error: dereferencing pointer to incomplete t