All of lore.kernel.org
 help / color / mirror / Atom feed
* Block device API
@ 2006-01-25  2:58 Joshua Hudson
  2006-01-25  3:17 ` Fawad Lateef
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Hudson @ 2006-01-25  2:58 UTC (permalink / raw)
  To: linux-kernel

I am working on a kernel filesystem driver. I have found plenty of
documentation on
how to communicate between the VFS and the filesystem driver, but nothing
on how to communicate between the block device and the filesystem driver.

I found sb_bread() but there is no corrisponding sb_bwrite().
I presume that if ((struct superblock *)s) -> bdev is the block
device handle, but I cannot find the read/write pair of functions.

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

end of thread, other threads:[~2006-01-25  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-25  2:58 Block device API Joshua Hudson
2006-01-25  3:17 ` Fawad Lateef
2006-01-25  8:37   ` Coywolf Qi Hunt
2006-01-25  9:27     ` Fawad Lateef

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.