Re: [RFC PATCH 1/2] loop: Add loop filesystem

2014-05-28 Thread Seth Forshee
On Tue, May 27, 2014 at 03:56:53PM -0700, Randy Dunlap wrote: > On 05/27/2014 02:58 PM, Seth Forshee wrote: > > Add limited capability for use of loop devices in containers via > > a loopfs psuedo fs. When mounted this filesystem will contain > > only a loop-control device node. This can be used to

Re: [RFC PATCH 1/2] loop: Add loop filesystem

2014-05-27 Thread Randy Dunlap
On 05/27/2014 02:58 PM, Seth Forshee wrote: > Add limited capability for use of loop devices in containers via > a loopfs psuedo fs. When mounted this filesystem will contain > only a loop-control device node. This can be used to request free > loop devices which will be "owned" by that mount. Devi