diff options
Diffstat (limited to 'fs/dcache.c')
-rw-r--r-- | fs/dcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 66cba5a8a346..40707d88a945 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
@@ -3144,6 +3144,7 @@ char *simple_dname(struct dentry *dentry, char *buffer, int buflen) | |||
3144 | end = ERR_PTR(-ENAMETOOLONG); | 3144 | end = ERR_PTR(-ENAMETOOLONG); |
3145 | return end; | 3145 | return end; |
3146 | } | 3146 | } |
3147 | EXPORT_SYMBOL(simple_dname); | ||
3147 | 3148 | ||
3148 | /* | 3149 | /* |
3149 | * Write full pathname from the root of the filesystem into the buffer. | 3150 | * Write full pathname from the root of the filesystem into the buffer. |