summaryrefslogtreecommitdiff
path: root/db/dur.cpp
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2011-01-04 21:02:13 -0500
committerMathias Stearn <mathias@10gen.com>2011-01-04 21:02:13 -0500
commit79e5cbbd57752d7273cdb3cc058bf50b5638d004 (patch)
treedebf28e8a68e3a63d543a1fec709df1fe1cfcdba /db/dur.cpp
parent0dca1c2332f945737631eea120c08ab799fd1f9f (diff)
downloadmongo-79e5cbbd57752d7273cdb3cc058bf50b5638d004.tar.gz
Recovery uses mmaped files again
Diffstat (limited to 'db/dur.cpp')
-rw-r--r--db/dur.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/db/dur.cpp b/db/dur.cpp
index ca8b0d78048..ab396329694 100644
--- a/db/dur.cpp
+++ b/db/dur.cpp
@@ -529,10 +529,6 @@ namespace mongo {
void closingFileNotification() {
if( dbMutex.atLeastReadLocked() ) {
groupCommit();
-
- if (!inShutdown()) {
- RecoveryJob::get().close();
- }
}
else {
assert( inShutdown() );