Skip to content

Commit

Permalink
Revert "Increase ZFS_OBJ_MTX_SZ further"
Browse files Browse the repository at this point in the history
This reverts commit 2f7cc7c.
  • Loading branch information
kernelOfTruth committed Dec 22, 2015
1 parent da73f7c commit 4322c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sys/zfs_vfsops.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ typedef struct zfs_sb {
uint64_t z_groupquota_obj;
uint64_t z_replay_eof; /* New end of file - replay only */
sa_attr_type_t *z_attr_table; /* SA attr mapping->id */
#define ZFS_OBJ_MTX_SZ 768
#define ZFS_OBJ_MTX_SZ 256
kmutex_t *z_hold_mtx; /* znode hold locks */
} zfs_sb_t;

Expand Down

0 comments on commit 4322c50

Please sign in to comment.