[RFC v2 0/2] vfs / btrfs: add support for ustat()

From: Luis R. Rodriguez
Date: Wed Jul 16 2014 - 17:39:24 EST


From: "Luis R. Rodriguez" <mcgrof@xxxxxxxx>

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/