Re: [RFC PATCH 02/24] erofs: add superblock data structure in Rust

2024-09-16 Thread Gao Xiang
On 2024/9/17 13:34, Greg KH wrote: On Tue, Sep 17, 2024 at 08:18:06AM +0800, Gao Xiang wrote: Hi Greg, On 2024/9/17 01:55, Greg KH wrote: On Mon, Sep 16, 2024 at 09:56:12PM +0800, Yiyang Wu wrote: diff --git a/fs/erofs/rust/erofs_sys.rs b/fs/erofs/rust/erofs_sys.rs new file mode 100644 ind

Re: [RFC PATCH 02/24] erofs: add superblock data structure in Rust

2024-09-16 Thread Yiyang Wu via Linux-erofs
On Mon, Sep 16, 2024 at 07:55:43PM GMT, Greg KH wrote: > On Mon, Sep 16, 2024 at 09:56:12PM +0800, Yiyang Wu wrote: > > diff --git a/fs/erofs/rust/erofs_sys.rs b/fs/erofs/rust/erofs_sys.rs > > new file mode 100644 > > index ..0f1400175fc2 > > --- /dev/null > > +++ b/fs/erofs/rust/erofs_

Re: [RFC PATCH 02/24] erofs: add superblock data structure in Rust

2024-09-16 Thread Greg KH
On Tue, Sep 17, 2024 at 08:18:06AM +0800, Gao Xiang wrote: > Hi Greg, > > On 2024/9/17 01:55, Greg KH wrote: > > On Mon, Sep 16, 2024 at 09:56:12PM +0800, Yiyang Wu wrote: > > > diff --git a/fs/erofs/rust/erofs_sys.rs b/fs/erofs/rust/erofs_sys.rs > > > new file mode 100644 > > > index

Re: [RFC PATCH 02/24] erofs: add superblock data structure in Rust

2024-09-16 Thread Yiyang Wu via Linux-erofs
On Mon, Sep 16, 2024 at 07:55:43PM GMT, Greg KH wrote: > On Mon, Sep 16, 2024 at 09:56:12PM +0800, Yiyang Wu wrote: > > diff --git a/fs/erofs/rust/erofs_sys.rs b/fs/erofs/rust/erofs_sys.rs > > new file mode 100644 > > index ..0f1400175fc2 > > --- /dev/null > > +++ b/fs/erofs/rust/erofs_

Re: [RFC PATCH 02/24] erofs: add superblock data structure in Rust

2024-09-16 Thread Gao Xiang
Hi Greg, On 2024/9/17 01:55, Greg KH wrote: On Mon, Sep 16, 2024 at 09:56:12PM +0800, Yiyang Wu wrote: diff --git a/fs/erofs/rust/erofs_sys.rs b/fs/erofs/rust/erofs_sys.rs new file mode 100644 index ..0f1400175fc2 --- /dev/null +++ b/fs/erofs/rust/erofs_sys.rs @@ -0,0 +1,22 @@ +#![a

Re: [RFC PATCH 02/24] erofs: add superblock data structure in Rust

2024-09-16 Thread Greg KH
On Mon, Sep 16, 2024 at 09:56:12PM +0800, Yiyang Wu wrote: > diff --git a/fs/erofs/rust/erofs_sys.rs b/fs/erofs/rust/erofs_sys.rs > new file mode 100644 > index ..0f1400175fc2 > --- /dev/null > +++ b/fs/erofs/rust/erofs_sys.rs > @@ -0,0 +1,22 @@ > +#![allow(dead_code)] > +// Copyright 2