public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Preliminary documentation.
@ 2000-03-28 10:49 David Woodhouse
  2000-03-28 14:11 ` Alexander Larsson
  0 siblings, 1 reply; 3+ messages in thread
From: David Woodhouse @ 2000-03-28 10:49 UTC (permalink / raw)
  To: mtd


I've now put written up the documentation I wrote out by hand last night.
It's at http://www.linux-mtd.infradead.org/tech/

Comments, please. I haven't yet filled in my suggested restrictions on the 
read/write functions, but I have removed the retlen arguments.

As I said, I'm changing the notifier stuff to make it cleaner. I have yet to 
actually change the code to fit in with my new documentation. 

Also, a couple of questions on the decisions I've made:

1. Is mtd->sync() enough, or could users want more access to the erase queue?

	We could add 
		struct erase_info *mtd->eraseq;
		spin_lock_t	mtd->eraseq_lock;
	... and allow users to use that.

2. Is the callback in the erase_info OK or would we be better off having a 
wait_queue_head_t instead (or as well)?






--
dwmw2




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

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

end of thread, other threads:[~2000-03-28 15:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-03-28 10:49 Preliminary documentation David Woodhouse
2000-03-28 14:11 ` Alexander Larsson
2000-03-28 15:11   ` David Woodhouse

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