Re: Help with btrfs_zero_range function

2014-08-01 Thread Nick Krause
On Fri, Aug 1, 2014 at 12:58 PM, Nick Krause wrote: > Please forget my other questions , seems the only work to make punch > hole work for zero range is to > make a function like the one I am pasting below for zero range and > change the calls to punch range to > zero range as the other parts of t

Re: Help with btrfs_zero_range function

2014-08-01 Thread Nick Krause
Please forget my other questions , seems the only work to make punch hole work for zero range is to make a function like the one I am pasting below for zero range and change the calls to punch range to zero range as the other parts of the function can be the same from my reading. Regards Nick stati