Re: [PATCH v1 0/3] btrfs: cleanup: pass fs_info instead of root where possible

2011-05-31 Thread Arne Jansen
3/3 doesn't seem to arrive anymore, possibly due to a mail size restriction on vger (yes, it is big). So I pushed it out to: git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne.git root-eliminate Thanks, Arne On 31.05.2011 12:16, Arne Jansen wrote: > This series aims to clean

[PATCH v1 0/3] btrfs: cleanup: pass fs_info instead of root where possible

2011-05-31 Thread Arne Jansen
This series aims to clean up passing of struct btrfs_root and struct btrfs_fs_info. It first removes the root pointer from functions and macros where it's not needed, afterwards it passes fs_info instead of root to functions which only need root->fs_info. It is based on 3.0-rc1. These patches are