Skip to content
Commit e468bae9 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Allow redirtying of a completed unstable write.



Currently, if an unstable write completes, we cannot redirty the page in
order to reflect a new change in the page data until after we've sent a
COMMIT request.

This patch allows a page rewrite to proceed without the unnecessary COMMIT
step, putting it immediately back onto the dirty page list, undoing the
VM unstable write accounting, and removing the NFS_PAGE_TAG_COMMIT tag from
the NFS radix tree.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent e7d39069
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