summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2002-10-18 01:17:28 +0000
committermckusick <mckusick@FreeBSD.org>2002-10-18 01:17:28 +0000
commit0af0d22682bd7c7945dec2667a87357a9346f82d (patch)
tree08067faa9374f69c675cab71ab44822282012703
parent2845e86bb881c520dfa1d1180b5149b1df9ec335 (diff)
downloadFreeBSD-src-0af0d22682bd7c7945dec2667a87357a9346f82d.zip
FreeBSD-src-0af0d22682bd7c7945dec2667a87357a9346f82d.tar.gz
With the revised single-lock method used in snapshots, the
BA_NOWAIT flag is no longer needed. Sponsored by: DARPA & NAI Labs.
-rw-r--r--sys/ufs/ufs/ufs_extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_extern.h b/sys/ufs/ufs/ufs_extern.h
index cfd2733..47fc4ae 100644
--- a/sys/ufs/ufs/ufs_extern.h
+++ b/sys/ufs/ufs/ufs_extern.h
@@ -115,6 +115,5 @@ int softdep_slowdown(struct vnode *);
*/
#define BA_CLRBUF 0x00010000 /* Request alloced buffer be cleared. */
#define BA_METAONLY 0x00020000 /* Return indirect block buffer. */
-#define BA_NOWAIT 0x00040000 /* Do not sleep to await lock. */
#endif /* !_UFS_UFS_EXTERN_H_ */
OpenPOWER on IntegriCloud