On Mon 24-01-11 09:20:23, Joel Becker wrote: > On Mon, Jan 24, 2011 at 02:31:43PM +0100, Jan Kara wrote: > > On Sat 22-01-11 22:29:01, Joel Becker wrote: > > > This API is markedly better to read. Btw, does _nofail() mean no > > > possible failures, or just no memory errors? If it is no failures, I'd > > > love to see the function become void. > > jbd2_journal_start can always fail e.g. because the journal is aborted. > > So it really just means no memory failures... > > Then _nofail() is a terrible name, because it can still fail. > Let's call it jbd2_journal_start_nofs(); that's what it is. Good point. But it's not even NO_FS - that's just an internal thing how JBD2 abuses gfp flags to communicate it's wish. It should really be "do not fail if there is still hope because user will silently loose data if you do". But that's obviously too long for a function name suffix ;). I'm looking for a better name... Andreas' _retry does not well describe what's the desired effect either. Honza -- Jan Kara <jack@xxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html