unrealFs.swapOut = function(){
    for (var method in fs){
        if (undefined !== unrealFs[method] && true === whitelist[method]){
            fs[method] = orginal[method].bind(this);
        }