commit | 071401258a580dec2a3e0c2700b7e76f3ed43320 | [log] [tgz] |
---|---|---|
author | Wang Sheng-Hui <shhuiw@gmail.com> | Fri Nov 23 03:03:14 2012 +0000 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Dec 16 20:46:06 2012 -0500 |
tree | 7c648128bc1863f6034909a561b6055cc8772820 | |
parent | 3f6bcfbd4149875662773eb40a62294cddf215d4 [diff] |
Btrfs: do not warn_on io_ctl->cur in io_ctl_map_page io_ctl_map_page is called by many functions in free-space-cache. In most scenarios, the ->cur is not null, e.g. io_ctl_add_entry. I think we'd better remove the warn_on here. Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>