[PATCH 4/4] Btrfs: cleanup unused arguments

2012-10-19 Thread Liu Bo
'disk_key' is not used at all. Signed-off-by: Liu Bo bo.li@oracle.com --- fs/btrfs/ctree.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 235831f..7f649d2 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c @@ -772,8

Re: [PATCH 4/4] Btrfs: cleanup unused arguments

2012-10-19 Thread Jan Schmidt
Hi liubo, Patches 3 and 4 are looking good. I'm still trying to sort out on the other two, as I cannot reproduce your bug with your script, unfortunately. After applying all 4 patches, the result doesn't compile, here: fs/btrfs/ctree.c: In function 'balance_level': fs/btrfs/ctree.c:1799:

Re: [PATCH 4/4] Btrfs: cleanup unused arguments

2012-10-19 Thread Liu Bo
On 10/19/2012 08:14 PM, Jan Schmidt wrote: Hi liubo, Patches 3 and 4 are looking good. I'm still trying to sort out on the other two, as I cannot reproduce your bug with your script, unfortunately. After applying all 4 patches, the result doesn't compile, here: fs/btrfs/ctree.c: In