Code

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)
commitf864ba7448564d06e8076d1b6a66eca00a337d8c
tree31f24db6e3e3f70191d95bbe7a06a2b1bb711d99
parentbcee6fd8e7164aa7a4170f109af8347d88f0175e
Fix read-cache.c collission check logic.

Not only did it test the #define the wrong way around, but
it also leaked file descriptors and VM space. This should
fix it.
read-cache.c