]> sourceware.org Git - lvm2.git/commit
Make create_text_context fn static and move it inside create_instance fn.
authorPeter Rajnoha <prajnoha@redhat.com>
Fri, 11 Mar 2011 14:45:17 +0000 (14:45 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Fri, 11 Mar 2011 14:45:17 +0000 (14:45 +0000)
commitaa7198a5307a9cd5f5b9a982ac062f014726886e
treeb32400c27f5b617ea03d8bbf1a7dfe30fb52c72a
parent9e125c570816e5d554f050cfff0c91b824d94db8
Make create_text_context fn static and move it inside create_instance fn.

We'd like to use the fid mempool for text_context that is stored
in the instance (we used cmd mempool before, so the order of
initialisation was not a matter, but now it is since we need to
create the fid mempool first which happens in create_instance fn).

The text_context initialisation is not needed anywhere outside the
create_instance fn so move it there.
WHATS_NEW
lib/format_text/archive.c
lib/format_text/archiver.c
lib/format_text/format-text.c
lib/format_text/format-text.h
This page took 0.036551 seconds and 5 git commands to generate.