summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_io.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-04-01 09:23:24 +0000
committerjeff <jeff@FreeBSD.org>2003-04-01 09:23:24 +0000
commita0a1f8446c75c447b53d0683f3c7c70a6d749a06 (patch)
tree90575cbe48b07296ed41dc063816d93cadda9bcc /sys/fs/smbfs/smbfs_io.c
parent3c4f704ebe5e5ef071af9d341b8323255e6f7aca (diff)
downloadFreeBSD-src-a0a1f8446c75c447b53d0683f3c7c70a6d749a06.zip
FreeBSD-src-a0a1f8446c75c447b53d0683f3c7c70a6d749a06.tar.gz
- smb_proc_intr is now spelled smb_td_intr.
Noticed by: phk Pointy hat to: jeffr
Diffstat (limited to 'sys/fs/smbfs/smbfs_io.c')
-rw-r--r--sys/fs/smbfs/smbfs_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_io.c b/sys/fs/smbfs/smbfs_io.c
index a35932b..5e735c0 100644
--- a/sys/fs/smbfs/smbfs_io.c
+++ b/sys/fs/smbfs/smbfs_io.c
@@ -688,7 +688,7 @@ smbfs_vinvalbuf(vp, flags, cred, td, intrflg)
while (np->n_flag & NFLUSHINPROG) {
np->n_flag |= NFLUSHWANT;
error = tsleep(&np->n_flag, PRIBIO + 2, "smfsvinv", slptimeo);
- error = smb_proc_intr(td->td_proc);
+ error = smb_td_intr(td->td_proc);
if (error == EINTR && intrflg)
return EINTR;
}
OpenPOWER on IntegriCloud