diff options
| author | Michael Tokarev <[email protected]> | 2021-08-18 17:06:53 +0300 |
|---|---|---|
| committer | Laurent Vivier <[email protected]> | 2021-09-15 15:51:07 +0200 |
| commit | 68857f13aa0d74e6ad93dc0224fb070fcba2b936 (patch) | |
| tree | ae50d9a0d6a8da0e7948427138fc69636d119356 /tools | |
| parent | 526dc8405dd8cc8b1c9bc9d1ec2d950cb16bef1f (diff) | |
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]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/virtiofsd/fuse_lowlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/virtiofsd/fuse_lowlevel.h b/tools/virtiofsd/fuse_lowlevel.h index 4b4e8c9724..c55c0ca2fc 100644 --- a/tools/virtiofsd/fuse_lowlevel.h +++ b/tools/virtiofsd/fuse_lowlevel.h @@ -1603,7 +1603,7 @@ int fuse_lowlevel_notify_inval_inode(struct fuse_session *se, fuse_ino_t ino, * parent/name * * To avoid a deadlock this function must not be called in the - * execution path of a related filesytem operation or within any code + * execution path of a related filesystem operation or within any code * that could hold a lock that could be needed to execute such an * operation. As of kernel 4.18, a "related operation" is a lookup(), * 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, * that the dentry has been deleted. * * To avoid a deadlock this function must not be called while - * executing a related filesytem operation or while holding a lock + * executing a related filesystem operation or while holding a lock * that could be needed to execute such an operation (see the * description of fuse_lowlevel_notify_inval_entry() for more * details). |
