linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC v2 0/2] vfs / btrfs: add support for ustat()
@ 2014-07-16 21:37 Luis R. Rodriguez
  2014-07-16 21:37 ` [RFC v2 1/2] fs/super.c: add new super block sub devices super_block_dev Luis R. Rodriguez
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Luis R. Rodriguez @ 2014-07-16 21:37 UTC (permalink / raw)
  To: viro, clm, jbacik
  Cc: linux-fsdevel, linux-btrfs, linux-kernel, jeffm, fdmanana,
	Luis R. Rodriguez

From: "Luis R. Rodriguez" <mcgrof@suse.com>

This makes the implementation simpler by stuffing the struct on
the driver and just letting the driver iinsert it and remove it
onto the sb list. This avoids the kzalloc() completely.

Luis R. Rodriguez (2):
  fs/super.c: add new super block sub devices super_block_dev
  btrfs: use the new VFS super_block_dev

 fs/btrfs/ctree.h   |  7 ++----
 fs/btrfs/disk-io.c |  6 ++---
 fs/btrfs/inode.c   |  2 +-
 fs/super.c         | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 include/linux/fs.h | 10 ++++++++
 5 files changed, 81 insertions(+), 12 deletions(-)

-- 
2.0.1


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

end of thread, other threads:[~2014-08-15  6:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 21:37 [RFC v2 0/2] vfs / btrfs: add support for ustat() Luis R. Rodriguez
2014-07-16 21:37 ` [RFC v2 1/2] fs/super.c: add new super block sub devices super_block_dev Luis R. Rodriguez
2014-07-16 21:37 ` [RFC v2 2/2] btrfs: use the new VFS super_block_dev Luis R. Rodriguez
2014-07-17  8:03 ` [RFC v2 0/2] vfs / btrfs: add support for ustat() Christoph Hellwig
2014-07-17 17:49   ` Luis R. Rodriguez
2014-08-15  2:48     ` Luis R. Rodriguez
2014-08-15  6:28       ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).