Re: [dm-devel] [PATCH 04/42] fs: have submit_bh users pass in op and flags separately

2016-04-18 Thread Ryusuke Konishi
> > Signed-off-by: Mike Christie <mchri...@redhat.com> > Reviewed-by: Christoph Hellwig <h...@lst.de> > Reviewed-by: Hannes Reinecke <h...@suse.com> > --- Looks good with regard to nilfs2. Acked-by: Ryusuke Konishi <konishi.ryus...@lab.ntt.co.jp> > drivers

Re: [PATCH 16/42] nilfs: set bi_op to REQ_OP

2016-04-18 Thread Ryusuke Konishi
ewed-by: Christoph Hellwig <h...@lst.de> > Reviewed-by: Hannes Reinecke <h...@suse.com> > --- > fs/nilfs2/segbuf.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) Looks good to me. Acked-by: Ryusuke Konishi <konishi.ryus...@lab.ntt.co.jp&g

Re: [PATCH 2/3] NILFS2: support NFSv2 export

2015-05-11 Thread Ryusuke Konishi
On Mon, 11 May 2015 17:02:51 +1000, NeilBrown wrote: On Mon, 11 May 2015 01:31:43 +0900 (JST) Ryusuke Konishi konishi.ryus...@lab.ntt.co.jp wrote: On Fri, 08 May 2015 10:16:23 +1000, NeilBrown ne...@suse.de wrote: The fh_len passed to -fh_to_* is not guaranteed to be that same

Re: [PATCH 2/3] NILFS2: support NFSv2 export

2015-05-10 Thread Ryusuke Konishi
)) return NULL; Regards, Ryusuke Konishi @@ -510,7 +510,7 @@ static struct dentry *nilfs_fh_to_parent(struct super_block *sb, struct fid *fh, { struct nilfs_fid *fid = (struct nilfs_fid *)fh; - if (fh_len != NILFS_FID_SIZE_CONNECTABLE || + if (fh_len

Re: [PATCH] Btrfs: fix build errors of extent_io.c

2009-01-05 Thread Ryusuke Konishi
2009/1/6 Chris Mason chris.ma...@oracle.com: On Mon, 2009-01-05 at 12:37 -0500, Christoph Hellwig wrote: On Tue, Jan 06, 2009 at 02:29:17AM +0900, Ryusuke Konishi wrote: 2009/1/6 Chris Mason chris.ma...@oracle.com: On Wed, 2008-12-24 at 17:56 +0900, Ryusuke Konishi wrote: Hi Chris

Re: Btrfs for mainline

2009-01-02 Thread Ryusuke Konishi
to clean up these violations. With regards, Ryusuke Konishi -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Btrfs: fix build errors of extent_io.c

2008-12-24 Thread Ryusuke Konishi
Hi Chris, I've started to read and try btrfs, and soon met the following build errors. The attached patch fixes the problem. Could you check this? Regards, Ryusuke Konishi -- Btrfs: fix build errors of extent_io.c This will fix the following compile-time errors: fs/btrfs/extent_io.c: At top