[PATCH 77/88] Btrfs: fix panic when recovering tree log

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Josef Bacik commit b0175117b9376a69978bbe80af26fb95dddbd53e upstream. A user reported a BUG_ON(ret) that occured during tree log replay. Ret was -EAGAIN, so what I think happened is that

[PATCH 77/88] Btrfs: fix panic when recovering tree log

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Josef Bacik jba...@fusionio.com commit b0175117b9376a69978bbe80af26fb95dddbd53e upstream. A user reported a BUG_ON(ret) that occured during tree log replay. Ret was -EAGAIN, so what I