mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
- Claim we're 'fsync' and not 'spec_fsync' in vop_stdfsync.
This commit is contained in:
parent
c10a177610
commit
08883c8a85
1 changed files with 1 additions and 1 deletions
|
|
@ -749,7 +749,7 @@ loop2:
|
|||
continue;
|
||||
VI_UNLOCK(vp);
|
||||
if ((bp->b_flags & B_DELWRI) == 0)
|
||||
panic("spec_fsync: not dirty");
|
||||
panic("fsync: not dirty");
|
||||
if ((vp->v_vflag & VV_OBJBUF) && (bp->b_flags & B_CLUSTEROK)) {
|
||||
BUF_UNLOCK(bp);
|
||||
vfs_bio_awrite(bp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue