diff options
author | phk <phk@FreeBSD.org> | 1999-11-08 13:08:02 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-11-08 13:08:02 +0000 |
commit | 3e649437d29c23226b88867c2ca2d178ca60e525 (patch) | |
tree | c11f5723a01b20b5adf18824092df0e803d9ad65 /sys/miscfs | |
parent | 4f4156cb2913971a49282a9a4d677e556c0b0cc9 (diff) | |
download | FreeBSD-src-3e649437d29c23226b88867c2ca2d178ca60e525.zip FreeBSD-src-3e649437d29c23226b88867c2ca2d178ca60e525.tar.gz |
Oops, a bit too hasty there.
Diffstat (limited to 'sys/miscfs')
-rw-r--r-- | sys/miscfs/specfs/spec_vnops.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index 7851a01..c30729d 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/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); |