forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dlmfs_file_write(): fix the bogosity in handling non-zero *ppos
'count' is how much you want written, not the final position. Moreover, it can legitimately be less than the current position... Cc: [email protected] Signed-off-by: Al Viro <[email protected]>
- Loading branch information
Al Viro
committed
Apr 23, 2020
1 parent
8f3d9f3
commit 3815f1b
Showing
1 changed file
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters