On Wed, Mar 20, 2024 at 09:42:42PM -0600, Thomas Bertschinger wrote:
> before:
> 
> u64s 18 type inode_v3 0:1879048192:U32_MAX len 0 ver 0:   mode=40700
>   flags= (15300000)
>   journal_seq=4
>   bi_size=0
>   bi_sectors=0
> 
>   bi_version=0bi_atime=227064388944
>   ...
> 
> after:
> 
> u64s 18 type inode_v3 0:1879048192:U32_MAX len 0 ver 0:   mode=40700
>   flags= (15300000)
>   journal_seq=4
>   bi_size=0
>   bi_sectors=0
>   bi_version=0
>   bi_atime=227064388944
>   ...
> 
> Signed-off-by: Thomas Bertschinger <[email protected]>

Thanks! Applied

> ---
>  fs/bcachefs/inode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/bcachefs/inode.c b/fs/bcachefs/inode.c
> index 2b5e06770ab3..ca4a066e9a54 100644
> --- a/fs/bcachefs/inode.c
> +++ b/fs/bcachefs/inode.c
> @@ -552,8 +552,8 @@ static void __bch2_inode_unpacked_to_text(struct printbuf 
> *out,
>       prt_printf(out, "bi_sectors=%llu", inode->bi_sectors);
>       prt_newline(out);
>  
> -     prt_newline(out);
>       prt_printf(out, "bi_version=%llu", inode->bi_version);
> +     prt_newline(out);
>  
>  #define x(_name, _bits)                                              \
>       prt_printf(out, #_name "=%llu", (u64) inode->_name);    \
> -- 
> 2.44.0
> 

Reply via email to