Skip to content

Commit e69fa63

Browse files
committed
fixup to "Be more careful with locking around db.db_data": style
1 parent 8b4436c commit e69fa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/zfs/dbuf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ assert_db_data_contents_locked(dmu_buf_impl_t *db, boolean_t writer)
303303
assert_db_data_contents_locked(const dmu_buf_impl_t *db, boolean_t writer)
304304
#endif
305305
{
306-
/*
306+
/*
307307
* db_rwlock protects indirect blocks and the data block of the meta
308308
* dnode.
309309
*/

0 commit comments

Comments
 (0)