[Ocfs2-devel] [PATCH 3/6] ocfs2: Initialize blocks allocated to local quota file

Jan Kara jack at suse.cz
Tue Jul 21 15:52:39 PDT 2009


On Tue 21-07-09 15:20:37, Joel Becker wrote:
> On Wed, Jul 15, 2009 at 05:55:01PM +0200, Jan Kara wrote:
> > +	handle = ocfs2_start_trans(OCFS2_SB(sb), 3);
> > +	if (IS_ERR(handle)) {
> > +		status = PTR_ERR(handle);
> > +		mlog_errno(status);
> > +		goto out;
> > +	}
> 
> 	Can we define the quota credit counts in fs/ocfs2/journal.h like
> all of our other transaction constants?  I just realized how many raw
> numbers there are in the quota c files.  Please define the _CREDITS
> values appropriately and put them in journal.h with descriptions.  You
> can do this as a separate patch at the end of the series.
  OK, I'll clean up what I find :).

								Honza
-- 
Jan Kara <jack at suse.cz>
SUSE Labs, CR



More information about the Ocfs2-devel mailing list