Re: [PATCH 1/8] trans/mtab: populate mtab objects on demand

2014-01-12 Thread Samuel Thibault
Justus Winter, le Sun 12 Jan 2014 20:08:38 +0100, a écrit : > Previously the mtab content was generated in the open hook. Delay this > until the data is needed. A follow up patch will take advantage of > this to both simplify the logic in mtab_populate and make it more > robust at the same time. A

[PATCH 1/8] trans/mtab: populate mtab objects on demand

2014-01-12 Thread Justus Winter
Previously the mtab content was generated in the open hook. Delay this until the data is needed. A follow up patch will take advantage of this to both simplify the logic in mtab_populate and make it more robust at the same time. * trans/mtab.c (open_hook): Do not eagerly populate the mtab. (trivfs