]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: behave when passed NULL *need_issue
authorSage Weil <sage@newdream.net>
Thu, 4 Mar 2010 18:30:08 +0000 (10:30 -0800)
committerSage Weil <sage@newdream.net>
Thu, 4 Mar 2010 18:30:08 +0000 (10:30 -0800)
commit1f49bff216507b177bebe2655b56a75217a38167
treea22dde1517b9425802a7302fb095c6a6beef5c08
parent18173b53cc5adf206945cbce7d1860d0a218cfb3
mds: behave when passed NULL *need_issue

Catch two cases: *need_issue = true at top of func
(if (first ...)), and when eval() call resets need_issue again.
src/mds/Locker.cc