summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-03-13 21:06:03 +0000
committerjhb <jhb@FreeBSD.org>2013-03-13 21:06:03 +0000
commitb2e811621c23b090f0a6428e112a67cbdb48769d (patch)
treefa2ef41d7bc070ef5ac51a82695e8b8ed5cde34c /sys/fs/nfs
parent731061beabff7b87230da8252aed09e0a08701ea (diff)
downloadFreeBSD-src-b2e811621c23b090f0a6428e112a67cbdb48769d.zip
FreeBSD-src-b2e811621c23b090f0a6428e112a67cbdb48769d.tar.gz
Revert 195703 and 195821 as this special stop handling in NFS is now
implemented via VFCF_SBDRY rather than passing PBDRY to individual sleep calls.
Diffstat (limited to 'sys/fs/nfs')
-rw-r--r--sys/fs/nfs/nfsport.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/fs/nfs/nfsport.h b/sys/fs/nfs/nfsport.h
index 2817223..2cbba2d 100644
--- a/sys/fs/nfs/nfsport.h
+++ b/sys/fs/nfs/nfsport.h
@@ -981,13 +981,6 @@ struct nfsreq {
#define NFSVNO_DELEGOK(v) (1)
#endif
-/*
- * Define this as the flags argument for msleep() when catching signals
- * while holding a resource that other threads would block for, such as
- * a vnode lock.
- */
-#define NFS_PCATCH (PCATCH | PBDRY)
-
#endif /* _KERNEL */
#endif /* _NFS_NFSPORT_H */
OpenPOWER on IntegriCloud