From 98e1bd42bff7c8dc7a475e8c95fd8819aa475782 Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Thu, 3 Dec 2009 15:54:01 -0500 Subject: [PATCH] --- yaml --- r: 175929 b: refs/heads/master c: 0a6566ecd3afc74aad11c2e07794ff5529c13862 h: refs/heads/master i: 175927: 3a996e58223427e2b9c4c46960a877650736d8fb v: v3 --- [refs] | 2 +- trunk/fs/nfs/dns_resolve.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7b37572a4800..cb1c75459ebf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6d408ba8c8be3646dea6f80a2fe55ac403119c8 +refs/heads/master: 0a6566ecd3afc74aad11c2e07794ff5529c13862 diff --git a/trunk/fs/nfs/dns_resolve.c b/trunk/fs/nfs/dns_resolve.c index f4d54ba97cc6..95e1ca765d47 100644 --- a/trunk/fs/nfs/dns_resolve.c +++ b/trunk/fs/nfs/dns_resolve.c @@ -146,7 +146,7 @@ static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, return 0; } -struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, +static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, struct nfs_dns_ent *key) { struct cache_head *ch; @@ -159,7 +159,7 @@ struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, return container_of(ch, struct nfs_dns_ent, h); } -struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, +static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, struct nfs_dns_ent *new, struct nfs_dns_ent *key) {