+1
−2
+12
−15
+9
−0
+1
−1
File changed.
Contains only whitespace changes.
Loading
Removed oplock_break_received flag which was added to achieve synchronization between oplock handler and open handler by earlier commit. It is not needed because there is an existing lock open_file_lock to achieve the same. find_readable_file takes open_file_lock and then traverses the openFileList. Similarly, cifs_oplock_break while closing the deferred handle (i.e cifsFileInfo_put) takes open_file_lock and then sends close to the server. Added comments for better readability. Signed-off-by:Rohith Surabattula <rohiths@microsoft.com> Signed-off-by:
Steve French <stfrench@microsoft.com>
File changed.
Contains only whitespace changes.