Fix read-cache.c collission check logic.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 14 Apr 2005 00:47:12 +0000 (17:47 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 14 Apr 2005 00:47:12 +0000 (17:47 -0700)
Not only did it test the #define the wrong way around, but
it also leaked file descriptors and VM space. This should
fix it.

No differences found