UBIFS: make 2 functions static
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 13 May 2011 10:22:19 +0000 (13:22 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 16 May 2011 07:31:39 +0000 (10:31 +0300)
commite9ef7b5f25d31c5660fb4a87f4b40ac48070fcb7
tree8ae85360dd0b0eee05bc4f3f22729f1234f998cd
parent7a9c3e399389723f01be3dab50991604d2bc0409
UBIFS: make 2 functions static

This is a minor change which makes 2 functions static because they
are not used outside the gc.c file: 'data_nodes_cmp()' and
'nondata_nodes_cmp()'.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/gc.c