From 3e649437d29c23226b88867c2ca2d178ca60e525 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 8 Nov 1999 13:08:02 +0000 Subject: Oops, a bit too hasty there. --- sys/fs/specfs/spec_vnops.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/fs') diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c index 7851a01..c30729d 100644 --- a/sys/fs/specfs/spec_vnops.c +++ b/sys/fs/specfs/spec_vnops.c @@ -562,9 +562,6 @@ spec_fsync(ap) struct buf *nbp; int s; - if (bdev_buffered == 0) - return (0); - if (!vn_isdisk(vp)) return (0); -- cgit v1.1