diff options
| -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)  		hash = partial_name_hash(*name++, hash);  	return end_name_hash(hash);  } +EXPORT_SYMBOL(full_name_hash);  /*   * We know there's a real path component here of at least | 
