mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 11:18:52 +03:00
Illumos #3742
3742 zfs comments need cleaner, more consistent style Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Christopher Siden <christopher.siden@delphix.com> References: https://www.illumos.org/issues/3742 illumos/illumos-gate@f717074149 Ported-by: Richard Yao <ryao@gentoo.org> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #1775 Porting notes: 1. The change to zfs_vfsops.c was dropped because it involves zfs_mount_label_policy, which does not exist in the Linux port.
This commit is contained in:
committed by
Brian Behlendorf
parent
e49f1e20a0
commit
d3cc8b152e
@@ -302,7 +302,7 @@ free_children(dmu_buf_impl_t *db, uint64_t blkid, uint64_t nblks, int trunc,
|
||||
}
|
||||
|
||||
/*
|
||||
* free_range: Traverse the indicated range of the provided file
|
||||
* Traverse the indicated range of the provided file
|
||||
* and "free" all the blocks contained there.
|
||||
*/
|
||||
static void
|
||||
@@ -370,7 +370,7 @@ dnode_sync_free_range(dnode_t *dn, uint64_t blkid, uint64_t nblks, dmu_tx_t *tx)
|
||||
}
|
||||
|
||||
/*
|
||||
* Try to kick all the dnodes dbufs out of the cache...
|
||||
* Try to kick all the dnode's dbufs out of the cache...
|
||||
*/
|
||||
void
|
||||
dnode_evict_dbufs(dnode_t *dn)
|
||||
|
||||
Reference in New Issue
Block a user