Re: [PATCH v17 02/10] fs/ntfs3: Add initialization of super block

2021-01-19 Thread Kari Argillander
On Tue, Jan 19, 2021 at 06:03:06AM +0200, Kari Argillander wrote: > On Thu, Dec 31, 2020 at 06:23:53PM +0300, Konstantin Komarov wrote: > > diff --git a/fs/ntfs3/index.c b/fs/ntfs3/index.c > > +struct ntfs_fnd *fnd_get(struct ntfs_index *indx) > > +{ > > + struct ntfs_fnd *fnd = ntfs_alloc(sizeo

Re: [PATCH v17 02/10] fs/ntfs3: Add initialization of super block

2021-01-18 Thread Kari Argillander
On Thu, Dec 31, 2020 at 06:23:53PM +0300, Konstantin Komarov wrote: > diff --git a/fs/ntfs3/index.c b/fs/ntfs3/index.c > +void fnd_clear(struct ntfs_fnd *fnd) > +{ > + int i; > + > + for (i = 0; i < fnd->level; i++) { > + struct indx_node *n = fnd->nodes[i]; > + > +

Re: [PATCH v17 02/10] fs/ntfs3: Add initialization of super block

2021-01-18 Thread Kari Argillander
On Mon, Jan 18, 2021 at 09:35:05AM +, Konstantin Komarov wrote: > From: Kari Argillander > Sent: Sunday, January 3, 2021 10:50 PM > > On Thu, Dec 31, 2020 at 06:23:53PM +0300, Konstantin Komarov wrote: > > > diff --git a/fs/ntfs3/inode.c b/fs/ntfs3/inode.c > > > > > +int ntfs_create_inode(str

RE: [PATCH v17 02/10] fs/ntfs3: Add initialization of super block

2021-01-18 Thread Konstantin Komarov
ad.org; > j...@perches.com; m...@harmstone.com; nbori...@suse.com; > linux-ntfs-...@lists.sourceforge.net; an...@tuxera.com; > dan.carpen...@oracle.com; h...@lst.de; ebigg...@kernel.org; > andy.l...@gmail.com > Subject: Re: [PATCH v17 02/10] fs/ntfs3: Add initialization of super block > &

Re: [PATCH v17 02/10] fs/ntfs3: Add initialization of super block

2021-01-03 Thread Kari Argillander
On Thu, Dec 31, 2020 at 06:23:53PM +0300, Konstantin Komarov wrote: > diff --git a/fs/ntfs3/fsntfs.c b/fs/ntfs3/fsntfs.c > +int ntfs_loadlog_and_replay(struct ntfs_inode *ni, struct ntfs_sb_info *sbi) > +{ > + int err = 0; > + struct super_block *sb = sbi->sb; > + struct inode *inode