Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 460224
Collapse All | Expand All

(-)a/modules/linux/vmblock/linux/control.c (-1 / +1 lines)
Lines 293-299 ExecuteBlockOp(const char __user *buf, // IN: buffer with name Link Here
293
293
294
   retval = i < 0 ? -EINVAL : blockOp(name, blocker);
294
   retval = i < 0 ? -EINVAL : blockOp(name, blocker);
295
295
296
   putname(name);
296
   __putname(name);
297
297
298
   return retval;
298
   return retval;
299
}
299
}

Return to bug 460224