xfs: Make xfs_da_hashname() function static
commit4ae18523c2e1b462be15c620f49298777c8cf387
authorPaulo Alcantara <pcacjr@zytor.com>
Sun, 22 Jul 2012 23:00:44 +0000 (22 20:00 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sun, 22 Jul 2012 23:06:16 +0000 (22 20:06 -0300)
treef91fedfff92cab53669a2f942eb99fd4207c6194
parent9515e605d2850512fa8fa725f8edc28b73ce9d53
xfs: Make xfs_da_hashname() function static

Since it won't certainly be exported to anywhere, make it static around
the driver code.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c