NTFS: 2.0.18 - Fix race condition in reading of compressed files.
- There was a narrow window between checking a buffer head for being uptodate and locking it in ntfs_file_read_compressed_block(). We now lock the buffer and then check whether it is uptodate or not.
Showing
Please register or sign in to comment