]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: cleanup usage of MDCache::predirty_journal_parent()
authorYan, Zheng <zheng.z.yan@intel.com>
Sun, 11 May 2014 04:20:48 +0000 (12:20 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Mon, 12 May 2014 03:14:51 +0000 (11:14 +0800)
commit1f92f55882f73f3a3f3da6e01f77a59442787ea9
tree9b99b8562967e62d540fd35b8077246e0dca21a8
parentbc8d5f42be4299a869c24b8d10584dcaca28b571
mds: cleanup usage of MDCache::predirty_journal_parent()

The sixth parameter of MDCache::predirty_journal_parent() is 'int'
with default value 0.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/mds/Locker.cc
src/mds/Server.cc