Commit 7aa89d4d authored by Aaron Jacobs's avatar Aaron Jacobs

Added a missing full stop.

parent 962e8e26
...@@ -74,7 +74,8 @@ type MountConfig struct { ...@@ -74,7 +74,8 @@ type MountConfig struct {
// //
// * close(2) (and anything else calling f_op->flush) writes out all dirty // * close(2) (and anything else calling f_op->flush) writes out all dirty
// pages, then sends a setattr request with an appropriate mtime for // pages, then sends a setattr request with an appropriate mtime for
// those writes if there were any, and only then proceeds to send a flush // those writes if there were any, and only then proceeds to send a
// flush.
// //
// Code walk: // Code walk:
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment