Just a wild guess... Could it be that the mmap() happened before contents
were written to that fd? The faked mmap() is just a malloc() && pread(),
and would thus miss out on changes written after the mmap() call.
Ciao,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html