diff options
author | Dave Chinner <dchinner@redhat.com> | 2018-03-06 17:30:34 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-03-11 20:27:56 -0700 |
commit | ae23395d8858a0c91de978a60b317ec8468b2aba (patch) | |
tree | e5fbc63f66da6f754dde9a57d8952b511190bffa /lib/crc4.c | |
parent | a78ee256c325ecfaec13cafc41b315bd4e1dd518 (diff) | |
download | linux-stable-ae23395d8858a0c91de978a60b317ec8468b2aba.tar.gz linux-stable-ae23395d8858a0c91de978a60b317ec8468b2aba.tar.bz2 linux-stable-ae23395d8858a0c91de978a60b317ec8468b2aba.zip |
inode: don't memset the inode address space twice
Noticed when looking at why cycling 600k inodes/s through the inode
cache was taking a total of 8% cpu in memset() during inode
initialisation. There is no need to zero the inode.i_data structure
twice.
This increases single threaded bulkstat throughput from ~200,000
inodes/s to ~220,000 inodes/s, so we save a substantial amount of
CPU time per inode init by doing this.
Signed-Off-By: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'lib/crc4.c')
0 files changed, 0 insertions, 0 deletions