Skip to content
Snippets Groups Projects
Commit dbac6710 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Introduce array of buffers to struct metapath


The reason for doing this is to allow all the block mapping code
to share the same array. As a result we can remove two arguments
from lookup_metapath since they are now returned via the array.

We also add a function to drop all refs to buffer heads when we
are done with the metapath. The build_height function shares the
struct metapath, but currently still frees its own buffers, and
this will change in a future patch.

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 11707ea0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment