Skip to content
Commit db56246c authored by Mark Fasheh's avatar Mark Fasheh
Browse files

ocfs2: Fix pos/len passed to ocfs2_write_cluster



This was broken for file systems whose cluster size is greater than page
size. Pos needs to be incremented as we loop through the descriptors, and
len needs to be capped to the size of a single cluster.

Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 415cb800
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