Re: patch: improve generic_file_buffered_write()

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Bernd Schubert <bs@...>
Cc: <linux-kernel@...>, J. Bruce Fields <bfields@...>, <brian@...>
Date: Wednesday, September 5, 2007 - 11:35 am

On Wed, 5 Sep 2007 15:45:36 +0200 Bernd Schubert wrote:


meta-comments:


Use "diffstat -p 1 -w 70" per Documentation/SubmittingPatches.



Use proper kernel-doc notation, per Documentation/kernel-doc-nano-HOWTO.txt.

This comment block should be:

/**
 * generic_file_buffered_write - handle an iov
 * @iocb:	file operations
 * @iov:	vector of data to write
 * @nr_segs:	number of iov segments
 * @pos:	position in the file
 * @ppos:	position in the file after this function
 * @count:	number of bytes to write
 * @written:	offset in iov->base (data to skip on write)
 *
 * This function will do 3 main tasks for each iov:
 * - prepare a write
 * - copy the data from iov into a new page
 * - commit this page
 */

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
patch: improve generic_file_buffered_write(), Bernd Schubert, (Wed Sep 5, 9:45 am)
Re: patch: improve generic_file_buffered_write(), Randy Dunlap, (Wed Sep 5, 11:35 am)
Re: patch: improve generic_file_buffered_write() (2nd try 1/2), Goswin von Brederlow, (Fri Sep 7, 4:01 pm)
Re: patch: improve generic_file_buffered_write() (2nd try 1/2), Goswin von Brederlow, (Fri Sep 7, 5:00 pm)