]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/dcache.c
Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux.git] / fs / dcache.c
index a2749a70023060cbbaa706f0f175ca43b2044ceb..b280e07e162b1065203153115f320c77283998d4 100644 (file)
@@ -1681,7 +1681,7 @@ EXPORT_SYMBOL(d_invalidate);
  * copied and the copy passed in may be reused after this call.
  */
  
-struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name)
+static struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name)
 {
        struct dentry *dentry;
        char *dname;