]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/lockd/svcsubs.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild...
[linux-2.6-omap-h63xx.git] / fs / lockd / svcsubs.c
index 198b4e55b3732523fbe569cfd927948c3ee70cb0..34c2766e27c7273138af21bdc8b65e9447c71d72 100644 (file)
@@ -418,7 +418,7 @@ EXPORT_SYMBOL_GPL(nlmsvc_unlock_all_by_sb);
 static int
 nlmsvc_match_ip(void *datap, struct nlm_host *host)
 {
-       return nlm_cmp_addr(&host->h_saddr, datap);
+       return nlm_cmp_addr(nlm_srcaddr(host), datap);
 }
 
 /**