]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix inotable initialization/reset 2719/head
authorHenry C Chang <henry.cy.chang@gmail.com>
Tue, 14 Oct 2014 02:06:04 +0000 (10:06 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 14 Oct 2014 13:56:08 +0000 (21:56 +0800)
commitc4bac3eb3e0950f44f8713b4dc97912eb70e5dab
treec919cc20c7b8f6e21e17fbccde80cc501ebe7328
parent674781960b8856ae684520c3b0e9a6b8c2bc7bec
mds: fix inotable initialization/reset

interval_set::insert takes arguments start and len, not end.

Signed-off-by: Henry C Chang <henry.cy.chang@gmail.com>
(cherry picked from commit c95bb5943450be95e4302e35b3e2df68a6fc34bd)
src/mds/InoTable.cc