Hi!
I recently posted a message that addresses the usage of BUG_ON for memory
shortages concerning btrfs_alloc_path() (see [1]):
...
path = btrfs_alloc_path();
BUG_ON(!path);
ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0);
...
It seems that t
On Mon, Oct 19, 2009 at 3:17 PM, Prasad Joshi wrote:
> On Mon, Oct 19, 2009 at 7:56 AM, Yan, Zheng wrote:
>> On Sun, Oct 18, 2009 at 10:35 PM, Prasad Joshi
>> wrote:
>>> Hi,
>>>
>>> I tried using the btrfs-convert utility to convert the ext2 fs to
>>> btrfs. After the conversion was over, just
On Mon, Oct 19, 2009 at 7:56 AM, Yan, Zheng wrote:
> On Sun, Oct 18, 2009 at 10:35 PM, Prasad Joshi
> wrote:
>> Hi,
>>
>> I tried using the btrfs-convert utility to convert the ext2 fs to
>> btrfs. After the conversion was over, just to verify the correctness
>> of operation, ran btrfsck on the