aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@zytor.com>2012-07-22 20:00:44 -0300
committerPaulo Alcantara <pcacjr@zytor.com>2012-07-22 20:06:16 -0300
commit4ae18523c2e1b462be15c620f49298777c8cf387 (patch)
treef91fedfff92cab53669a2f942eb99fd4207c6194
parent9515e605d2850512fa8fa725f8edc28b73ce9d53 (diff)
downloadsyslinux-4ae18523c2e1b462be15c620f49298777c8cf387.tar.gz
syslinux-4ae18523c2e1b462be15c620f49298777c8cf387.tar.xz
syslinux-4ae18523c2e1b462be15c620f49298777c8cf387.zip
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>
-rw-r--r--core/fs/xfs/xfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fs/xfs/xfs.c b/core/fs/xfs/xfs.c
index 879bd885..75e628e8 100644
--- a/core/fs/xfs/xfs.c
+++ b/core/fs/xfs/xfs.c
@@ -607,7 +607,7 @@ failed:
return NULL;
}
-uint32_t xfs_da_hashname(const uint8_t *name, int namelen)
+static uint32_t xfs_da_hashname(const uint8_t *name, int namelen)
{
uint32_t hash;