Re: Patch on Comments

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Randy Dunlap <rdunlap@...>
Cc: <kernel-mentors@...>, Arnaldo Carvalho de Melo <arnaldo.melo@...>
Date: Monday, December 25, 2006 - 9:19 am

Hi, all,

Thanks for your patient and kind support. Now I fully understand this
piece of code.

And during the course of making the patch, I find the following code
(comments) fragment in include/linux/wait.h:

/*
* These are the old interfaces to sleep waiting for an event.
* They are racy. DO NOT use them, use the wait_event* interfaces above.
* We plan to remove these interfaces during 2.7.
*/
extern void FASTCALL(sleep_on(wait_queue_head_t *q));
extern long FASTCALL(sleep_on_timeout(wait_queue_head_t *q,
signed long timeout));
extern void FASTCALL(interruptible_sleep_on(wait_queue_head_t *q));
extern long FASTCALL(interruptible_sleep_on_timeout(wait_queue_head_t *
signed long timeout));

Since the comments to warn kernel developers have been there, it is
acceptable for me and therefore no need to create another patch.

Thanks everyone again.
Feng,Dong

2006/12/25, Randy Dunlap :

_______________________________________________
Kernel-mentors mailing list
Kernel-mentors@selenic.com
http://selenic.com/mailman/listinfo/kernel-mentors

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
How to match hid device to our hid driver, guo jerry, (Thu May 28, 9:52 am)
Equinox SST driver, Straub, Michael, (Mon Feb 6, 11:22 am)
LSM - Register my module, Julien Maladrie, (Thu Mar 4, 1:13 pm)
[No subject], Julien Maladrie, (Wed Sep 30, 3:22 pm)
[patch 00/19] chardev: pc8736x_gpio - intro, Jim Cromie, (Tue May 30, 2:12 am)
Re: RFC: SPI patch, Rodrigo Rubira Branco (BSDaemon)..., (Tue Jan 15, 3:49 pm)
hello :), synapse, (Wed Nov 29, 8:30 am)
Re: Patch on Comments, Dong Feng, (Sat Dec 23, 2:34 pm)
Kernel Makefile, Alberich de megres, (Sun Sep 28, 4:49 pm)
Help with patch formatting, Gilles Gigan, (Mon Oct 15, 10:10 pm)
Why use volatile for socket state?, pradeep singh, (Tue May 15, 2:06 am)
Check out my photos on Facebook, Vivek J. Joshi, (Thu Jul 2, 6:03 am)
Re: LSM - Register my module, Stephen Hemminger, (Thu Mar 4, 1:40 pm)
Re: your mail, Greg KH, (Wed Sep 30, 3:37 pm)
Re: How to match hid device to our hid driver, Greg KH, (Thu May 28, 11:22 am)
Re: How to match hid device to our hid driver, guo jerry, (Fri May 29, 12:12 am)
Re: How to match hid device to our hid driver, Greg KH, (Fri May 29, 2:08 am)
Re: Kernel Makefile, Sam Ravnborg, (Sun Oct 26, 5:18 pm)
Re: Help with patch formatting, Randy Dunlap, (Mon Oct 15, 10:42 pm)
Re: Why use volatile for socket state?, Mulyadi Santosa, (Tue May 15, 4:25 am)
Re: Patch on Comments, Arjan van de Ven, (Sat Dec 23, 3:44 pm)
Re: Patch on Comments, Dong Feng, (Sun Dec 24, 11:55 am)
Re: Patch on Comments, Randy Dunlap, (Sun Dec 24, 1:37 pm)
Re: Patch on Comments, Dong Feng, (Mon Dec 25, 9:19 am)
Re: Patch on Comments, Dong Feng, (Sun Dec 24, 12:24 am)
Re: Patch on Comments, Arjan van de Ven, (Sun Dec 24, 4:55 am)
Re: Patch on Comments, Dong Feng, (Sun Dec 24, 10:33 am)
Re: Patch on Comments, Arjan van de Ven, (Sun Dec 24, 10:57 am)
Re: hello :), Randy Dunlap, (Thu Nov 30, 2:06 am)
[patch 15/19] chardev: pc8736x_gpio - , Jim Cromie, (Tue May 30, 4:23 am)
[patch 07/19] chardev: pc8736x_gpio - , Jim Cromie, (Tue May 30, 3:15 am)
Re: Equinox SST driver, Greg KH, (Mon Feb 6, 2:51 pm)
Re: Equinox SST driver, Matt Mackall, (Mon Feb 6, 1:43 pm)