On Fri, Mar 01, 2013 at 10:18:27AM -0800, Zach Brown wrote: > > - table = kzalloc(sizeof(*table) + sizeof(*h) * num_entries, GFP_NOFS); > > > + table = kzalloc(table_size, GFP_KERNEL | __GFP_NOWARN | __GFP_REPEAT); > > I guess this lost _NOFS on purpose because it was always being done in > mount? But if it's done on-demand as Chris wanted it might be called > from paths that'd need _NOFS again? Right, then better change it now than to forget to do it later. david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
