diff options
Diffstat (limited to 'fs/namei.c')
-rw-r--r-- | fs/namei.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/namei.c b/fs/namei.c index 71807dc7e402..e2ba62820a0f 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -1381,6 +1381,7 @@ unsigned int full_name_hash(const unsigned char *name, unsigned int len) | |||
1381 | hash = partial_name_hash(*name++, hash); | 1381 | hash = partial_name_hash(*name++, hash); |
1382 | return end_name_hash(hash); | 1382 | return end_name_hash(hash); |
1383 | } | 1383 | } |
1384 | EXPORT_SYMBOL(full_name_hash); | ||
1384 | 1385 | ||
1385 | /* | 1386 | /* |
1386 | * We know there's a real path component here of at least | 1387 | * We know there's a real path component here of at least |