Re: [PATCH] Btrfs: remove trans and root argument from fixup_low_keys()

2011-04-21 Thread Tsutomu Itoh
(2011/04/21 19:59), David Sterba wrote: > Hi, > > On Thu, Apr 21, 2011 at 06:54:45PM +0900, Tsutomu Itoh wrote: >> 'trans' and 'root' argument not used in fixup_low_keys() are deleted. >> And, the argument that became unnecessary is deleted about the caller >> of fixup_low_keys(). > > heh, coinci

Re: [PATCH] Btrfs: remove trans and root argument from fixup_low_keys()

2011-04-21 Thread David Sterba
Hi, On Thu, Apr 21, 2011 at 06:54:45PM +0900, Tsutomu Itoh wrote: > 'trans' and 'root' argument not used in fixup_low_keys() are deleted. > And, the argument that became unnecessary is deleted about the caller > of fixup_low_keys(). heh, coincidence or synchronicity, I've spent some time yesterda

[PATCH] Btrfs: remove trans and root argument from fixup_low_keys()

2011-04-21 Thread Tsutomu Itoh
'trans' and 'root' argument not used in fixup_low_keys() are deleted. And, the argument that became unnecessary is deleted about the caller of fixup_low_keys(). Signed-off-by: Tsutomu Itoh --- fs/btrfs/ctree.c | 49 --- fs/btrfs/ctree.h |