]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
lockdep: Reduce "follows" matrix size by 8
authorPiotr Dałek <ceph@predictor.org.pl>
Fri, 22 Apr 2016 18:34:05 +0000 (20:34 +0200)
committerPiotr Dałek <git@predictor.org.pl>
Sun, 22 May 2016 14:05:12 +0000 (16:05 +0200)
commit6ddc87a8becaf0887ab9b5a04acfa023c2b55e0e
treeb636bd101f984fe9969d2e4d0f86a38402797b8d
parente010d936ed57bd8b54d5649272e79003ab70c236
lockdep: Reduce "follows" matrix size by 8

Convert "follows" matrix to 2-dimensional array of bits, reducing its
storage size from 16 MB (assuming MAX_LOCKS = 4096) to 2MB.

Signed-off-by: Piotr Dałek <git@predictor.org.pl>
src/common/lockdep.cc