-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Illumos 5369 - arc flags should be an enum
5369 arc flags should be an enum 5370 consistent arc_buf_hdr_t naming scheme Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex.reece@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Richard Lowe <richlowe@richlowe.net> changes due to #2129, in: keeping changes in include/sys/arc.h from #2129 keeping changes in module/zfs/dmu_traverse.c from #3254 ( 0c66c32 ) conflicts due to #2129, in: fix commit 989fd51 "Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)" changed ARC_PREFETCH to ARC_FLAG_PREFETCH several ab->b to hdr->b changes fixing an oversight @add_reference(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, void *tag) related to arcs_list[ARC_BUFC_TYPE_MASK... and arcs_lsize[ARC_BUFC_TYPE_MASK... additionally fixing the "line > 80 characters" error
- Loading branch information
1 parent
58aab77
commit 367a28a
Showing
13 changed files
with
399 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.