Hi! > > I guess I'd prefer if you left "refrigerator()" and "try_to_freeze()" > > functions in; there are about 1000 drivers that know/use them, and > > some patches are probably in the queue.... > > Yeah but then other uses also could benefit from that.
Just don't rename try_to_freeze() to whatever... make it do whatever you need, but don't change the name so that we don't have to fix it at 1000 places... Or introduce new name, but keep try_to_freeze in, just calling "new" function, so all 1000 usews don't have to be changed at the same time. Pavel -- teflon -- maybe it is a trademark, but it should not be. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/