Deleted Added
sdiff udiff text old ( 197172 ) new ( 209962 )
full compact
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 1065 unchanged lines hidden (view full) ---

1074 zs->zs_num_entries = zap->zap_m.zap_num_entries;
1075 zs->zs_num_blocks = 1;
1076 } else {
1077 fzap_get_stats(zap, zs);
1078 }
1079 zap_unlockdir(zap);
1080 return (0);
1081}