> > +void bdi_writeout_inc(struct backing_dev_info *bdi) > > +{ > > + unsigned long flags; > > + > > + local_irq_save(flags); > > + __bdi_writeout_inc(bdi); > > + local_irq_restore(flags); > > +} > > +EXPORT_SYMBOL(bdi_writeout_inc); > > + > > May I ask to make this a _GPL export, please? Sure. Miklos -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html