diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-02-15 16:52:21 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-02-15 16:52:21 +0000 |
| commit | a3b4ab91166ea7c8a0aaab3932f5677abbc4c061 (patch) | |
| tree | 5ae309eb65a3cd13dbf6cfa7fadbb1d8fa2e0fd3 /sys/fs/devfs | |
| parent | 26ab9a178caaa405f466d98743ed7f11e2d81509 (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs')
| -rw-r--r-- | sys/fs/devfs/devfs_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_vnops.c b/sys/fs/devfs/devfs_vnops.c index 03e13d0f76482..e4f25411e2f58 100644 --- a/sys/fs/devfs/devfs_vnops.c +++ b/sys/fs/devfs/devfs_vnops.c @@ -693,7 +693,7 @@ devfs_fsync(struct vop_fsync_args *ap) error = vop_stdfsync(ap); if (bo->bo_dirty.bv_cnt != 0 || error != 0) - panic("devfs_fsync: vop_stdfsync failed."); + printf("devfs_fsync: vop_stdfsync failed."); } return (0); |
