Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wu <matt@ext2fsd.com>2016-09-13 18:52:31 +0300
committerMatt Wu <matt@ext2fsd.com>2016-09-13 19:06:50 +0300
commit9eebd3c2fbaf7dc492ab5087e4bd6aa838e58e50 (patch)
tree124f01053fac27122ac8da9ba719749f918d42f7
parentc78eeccb9be7d23a4a08df7743ca08438844f46b (diff)
FIXME: debug breakpoints removed
-rwxr-xr-xExt3Fsd/linux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Ext3Fsd/linux.c b/Ext3Fsd/linux.c
index 530c771..80b49aa 100755
--- a/Ext3Fsd/linux.c
+++ b/Ext3Fsd/linux.c
@@ -595,8 +595,6 @@ int submit_bh_mdl(int rw, struct buffer_head *bh)
}
} else {
-
- DbgBreak();
}
errorout:
@@ -737,7 +735,6 @@ int submit_bh_pin(int rw, struct buffer_head *bh)
(ULONG)bh->b_blocknr,
(bh->b_size >> BLOCK_BITS));
} else {
- DbgBreak();
}
errorout: