Re: [PATCH 3/7] fault-injection: notifier error injection
2011/7/4 Pavel Machek : > >> + for (action = enb->actions; action->name; action++) { >> + struct dentry *file = debugfs_create_int(action->name, mode, >> + enb->dir, &action->error); >> + >> + if (!file) { >> +
Re: [PATCH 3/7] fault-injection: notifier error injection
> + for (action = enb->actions; action->name; action++) { > + struct dentry *file = debugfs_create_int(action->name, mode, > + enb->dir, &action->error); > + > + if (!file) { > + debugfs_remove_recursive(en