Skip to content

Commit 68857f1

Browse files
Michael Tokarevvivier
authored andcommitted
spelling: sytem => system
Signed-off-By: Michael Tokarev <[email protected]> Reviewed-by: Laurent Vivier <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]> Signed-off-by: Laurent Vivier <[email protected]>
1 parent 526dc84 commit 68857f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

block/file-posix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ static int handle_aiocb_write_zeroes(void *opaque)
17051705
*/
17061706
warn_report_once("Your file system is misbehaving: "
17071707
"fallocate(FALLOC_FL_PUNCH_HOLE) returned EINVAL. "
1708-
"Please report this bug to your file sytem "
1708+
"Please report this bug to your file system "
17091709
"vendor.");
17101710
} else if (ret != -ENOTSUP) {
17111711
return ret;

tools/virtiofsd/fuse_lowlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ int fuse_lowlevel_notify_inval_inode(struct fuse_session *se, fuse_ino_t ino,
16031603
* parent/name
16041604
*
16051605
* To avoid a deadlock this function must not be called in the
1606-
* execution path of a related filesytem operation or within any code
1606+
* execution path of a related filesystem operation or within any code
16071607
* that could hold a lock that could be needed to execute such an
16081608
* operation. As of kernel 4.18, a "related operation" is a lookup(),
16091609
* symlink(), mknod(), mkdir(), unlink(), rename(), link() or create()
@@ -1636,7 +1636,7 @@ int fuse_lowlevel_notify_inval_entry(struct fuse_session *se, fuse_ino_t parent,
16361636
* that the dentry has been deleted.
16371637
*
16381638
* To avoid a deadlock this function must not be called while
1639-
* executing a related filesytem operation or while holding a lock
1639+
* executing a related filesystem operation or while holding a lock
16401640
* that could be needed to execute such an operation (see the
16411641
* description of fuse_lowlevel_notify_inval_entry() for more
16421642
* details).

0 commit comments

Comments
 (0)