Il 06/11/2013 13:23, Charlie Shepherd ha scritto:
> cow_co_is_allocated() only checks one sector's worth of allocated bits before
> returning. This is
> allowed but (slightly) inefficient, so extend it to check all of the file's
> metadata sectors.
>
> Signed-off-by: Charlie Shepherd
> ---
> b
cow_co_is_allocated() only checks one sector's worth of allocated bits before
returning. This is
allowed but (slightly) inefficient, so extend it to check all of the file's
metadata sectors.
Signed-off-by: Charlie Shepherd
---
block/cow.c | 36 ++--
1 file chang