Searched hist:"7841 b9f08444b9c27090ec94101b96265572865f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | bmap.c | diff 7841b9f08444b9c27090ec94101b96265572865f Mon Jun 04 07:39:23 CDT 2018 Andreas Gruenbacher <agruenba@redhat.com> gfs2: hole_size improvement
Reimplement function hole_size based on a generic function for walking the metadata tree and rename hole_size to gfs2_hole_size. While previously, multiple invocations of hole_size were sometimes needed to walk across the entire hole, the new implementation always returns the entire hole at once (provided that the caller is interested in the total size).
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>
|