Skip to content
Commit d08d3b3c authored by Amir Goldstein's avatar Amir Goldstein
Browse files

ovl: split ovl_want_write() into two helpers



ovl_get_write_access() gets write access to upper mnt without taking
freeze protection on upper sb and ovl_start_write() only takes freeze
protection on upper sb.

These helpers will be used to breakup the large ovl_want_write() scope
during copy up into finer grained freeze protection scopes.

Signed-off-by: default avatarAmir Goldstein <amir73il@gmail.com>
parent c002728f
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