Some linux systems support posix_fadvise which allows an application to tell the kernel when files do not need to be cached for future use. This could speed up fsdiff. More info on posix_fadvise at http://insights.oetiker.ch/linux/fadvise.html
Log in to post a comment.