SIGN IN SIGN UP

Fix race with watcher & stat

There is a window between when the stat is made and the result makes it
back to the client where a file is created or deleted and it won't be a
part of that stat.

To fix it, I added a new property signaling that we got some changes
since starting the stat and should run the stat again because we have no
way of knowing whether the currently running stat will include the new
changes or not.
A
Asher committed
e4ff7238951f3c424c6caa06d4c23a9310063f4e
Parent: f9448c6