[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1405546678-7846-1-git-send-email-mcgrof@do-not-panic.com>
Date: Wed, 16 Jul 2014 14:37:56 -0700
From: "Luis R. Rodriguez" <mcgrof@...not-panic.com>
To: viro@...iv.linux.org.uk, clm@...com, jbacik@...com
Cc: linux-fsdevel@...r.kernel.org, linux-btrfs@...r.kernel.org,
linux-kernel@...r.kernel.org, jeffm@...e.com, fdmanana@...e.com,
"Luis R. Rodriguez" <mcgrof@...e.com>
Subject: [RFC v2 0/2] vfs / btrfs: add support for ustat()
From: "Luis R. Rodriguez" <mcgrof@...e.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists