Skip to content
Snippets Groups Projects
Commit 53013cba authored by Mark Fasheh's avatar Mark Fasheh
Browse files

ocfs2: take data locks around extend


We need to take a data lock around extends to protect the pages that
ocfs2_zero_extend is going to be pulling into the page cache. Otherwise an
extend on one node might populate the page cache with data pages that have
no lock coverage.

Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 0c056c50
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment