Return the status lock of the file.
| 605 | |
| 606 | /// Return the status lock of the file. |
| 607 | SpinLock* GetStatusLock() { return &status_lock_; } |
| 608 | |
| 609 | /// Helper function to DCHECK if the read buffer control is not NULL and if the buffer |
| 610 | /// index is valid. |