X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fs%2Fdcache.c;h=b280e07e162b1065203153115f320c77283998d4;hb=cee853e825a9ab64b54bd53f991e98f832c47317;hp=a2749a70023060cbbaa706f0f175ca43b2044ceb;hpb=0aecba6173216931c436a03183f4759a4fd4c2f2;p=linux.git diff --git a/fs/dcache.c b/fs/dcache.c index a2749a700230..b280e07e162b 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -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;