Re: This code cannot be right
From: Chris Mason <hidden>
Date: 2012-09-17 17:27:30
From: Chris Mason <hidden>
Date: 2012-09-17 17:27:30
On Mon, Sep 17, 2012 at 10:25:54AM -0600, Alan Cox wrote:
ctree.c:btrfs_insert_some_items()
{
...
if (total_size + data_size[i]+ ...
{
break;
nr = i;
}Hi Alan, Definitely not right ;) It's actually unused, but I thought I had gotten rid of it long ago. I'll queue up a patch for the next merge window, thanks. -chris