Re: [PATCH 3/4] nilfs2: add nilfs_sufile_set_suinfo to update segment usage

2014-02-04 Thread Ryusuke Konishi
On Wed, 05 Feb 2014 01:41:37 +0900 (JST), Ryusuke Konishi wrote: > On Mon, 3 Feb 2014 13:38:18 -0800, Andrew Morton wrote: >> On Tue, 4 Feb 2014 01:50:43 +0900 Ryusuke Konishi >> wrote: >> >>> From: Andreas Rohner >>> >>> This patch introduces the nilfs_sufile_set_suinfo function, which >>> e

Re: [PATCH 3/4] nilfs2: add nilfs_sufile_set_suinfo to update segment usage

2014-02-04 Thread Ryusuke Konishi
On Mon, 3 Feb 2014 13:38:18 -0800, Andrew Morton wrote: > On Tue, 4 Feb 2014 01:50:43 +0900 Ryusuke Konishi > wrote: > >> From: Andreas Rohner >> >> This patch introduces the nilfs_sufile_set_suinfo function, which >> expects an array of nilfs_suinfo_update structures and updates the >> segme

Re: [PATCH 3/4] nilfs2: add nilfs_sufile_set_suinfo to update segment usage

2014-02-03 Thread Andrew Morton
On Tue, 4 Feb 2014 01:50:43 +0900 Ryusuke Konishi wrote: > From: Andreas Rohner > > This patch introduces the nilfs_sufile_set_suinfo function, which > expects an array of nilfs_suinfo_update structures and updates the > segment usage information accordingly. > > This is basically a helper f

[PATCH 3/4] nilfs2: add nilfs_sufile_set_suinfo to update segment usage

2014-02-03 Thread Ryusuke Konishi
From: Andreas Rohner This patch introduces the nilfs_sufile_set_suinfo function, which expects an array of nilfs_suinfo_update structures and updates the segment usage information accordingly. This is basically a helper function for the newly introduced NILFS_IOCTL_SET_SUINFO ioctl. Signed-off-