[PATCH 05/15] Move inode number and generation into ino_gen struct

Valerie Aurora val at versity.com
Wed Mar 12 09:05:03 PDT 2025


On Wed, Mar 12, 2025 at 3:34 PM Valerie Aurora <val at versity.com> wrote:
>
> diff --git a/shared/dir.h b/shared/dir.h
> index 5594162..8ca28b8 100644
> --- a/shared/dir.h
> +++ b/shared/dir.h
> @@ -2,25 +2,25 @@
>  #ifndef NGNFS_SHARED_DIR_H
>  #define NGNFS_SHARED_DIR_H
>
> +#include "shared/inode.h"
>  #include "shared/fs_info.h"

My turn to forget the alphabet! This should be moved down and then the
parent inode patch won't duplicate the inode.h include, haha.

Valerie



More information about the ngnfs-devel mailing list