Florian Klink:
> I wanted to say that it's a little bit strange that aufs needs to load
> loop module as soon as it mounts anything (even not loop).

I understand.


> bool check_if_loopback_overlap(){
>       if(!kernel_has_loop_already_loaded_or_compiled_in()) {
>               //kernel doesn't know anything about loop, so branch
>               //can't be a loopback one
>               return false
>       }
>       //kernel currently has support for loop
>       else {
>               symbol_request();...
>               return really_check_overlap_now();
>       }
> }

Hmm... You are convincing me...
How about this patch?


J. R. Okajima

Attachment: a.patch.bz2
Description: BZip2 compressed data

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk

Reply via email to