mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 18:05:58 -04:00
Fix problems found by codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
0097950819
commit
cb6b7d55bc
@ -45,7 +45,7 @@ Specifies the dynamic UID/GID mapping used by fuse-overlayfs when
|
|||||||
reading/writing files to the system.
|
reading/writing files to the system.
|
||||||
|
|
||||||
The fuse-overlayfs dynamic mapping is an alternative and cheaper way
|
The fuse-overlayfs dynamic mapping is an alternative and cheaper way
|
||||||
to chown'ing the files on the host to accomodate the user namespace
|
to chown'ing the files on the host to accommodate the user namespace
|
||||||
settings.
|
settings.
|
||||||
|
|
||||||
It is useful to share the same storage among different user namespaces
|
It is useful to share the same storage among different user namespaces
|
||||||
|
@ -136,7 +136,7 @@ struct data_source
|
|||||||
bool (*must_be_remapped)(struct ovl_layer *l);
|
bool (*must_be_remapped)(struct ovl_layer *l);
|
||||||
};
|
};
|
||||||
|
|
||||||
/* passtrough to the file system. */
|
/* passthrough to the file system. */
|
||||||
extern struct data_source direct_access_ds;
|
extern struct data_source direct_access_ds;
|
||||||
|
|
||||||
# ifndef HAVE_STATX
|
# ifndef HAVE_STATX
|
||||||
|
@ -646,7 +646,7 @@ hash_initialize (size_t candidate, const Hash_tuning *tuning,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Make all buckets empty, placing any chained entries on the free list.
|
/* Make all buckets empty, placing any chained entries on the free list.
|
||||||
Apply the user-specified function data_freer (if any) to the datas of any
|
Apply the user-specified function data_freer (if any) to the data of any
|
||||||
affected entries. */
|
affected entries. */
|
||||||
|
|
||||||
void
|
void
|
||||||
|
2
main.c
2
main.c
@ -219,7 +219,7 @@ typedef unsigned char uuid_t[16];
|
|||||||
/* The type returned by overlay exportfs ops when encoding an ovl_fh handle */
|
/* The type returned by overlay exportfs ops when encoding an ovl_fh handle */
|
||||||
#define OVL_FILEID 0xfb
|
#define OVL_FILEID 0xfb
|
||||||
|
|
||||||
/* On-disk and in-memeory format for redirect by file handle */
|
/* On-disk and in-memory format for redirect by file handle */
|
||||||
struct ovl_fh
|
struct ovl_fh
|
||||||
{
|
{
|
||||||
u8 version; /* 0 */
|
u8 version; /* 0 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user