Skip to content

Commit eb8977c

Browse files
committed
1898 Kernel assertion in zfs_putpage() raised by rfs_write()
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
1 parent 8fb237d commit eb8977c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

usr/src/uts/common/fs/zfs/zfs_vnops.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4197,7 +4197,6 @@ zfs_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr,
41974197
* There's nothing to do if no data is cached.
41984198
*/
41994199
if (!vn_has_cached_data(vp)) {
4200-
ASSERT(len == 0);
42014200
ZFS_EXIT(zfsvfs);
42024201
return (0);
42034202
}

0 commit comments

Comments
 (0)