You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NFSD: pass range end to vfs_fsync_range() instead of count
_nfsd_copy_file_range() calls vfs_fsync_range() with an offset and
count (bytes written), but the former wants the start and end bytes
of the range to sync. Fix it up.
Fixes: eac0b17 ("NFSD add vfs_fsync after async copy is done")
Signed-off-by: Brian Foster <[email protected]>
Tested-by: Dai Ngo <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
0 commit comments