From: Linus Torvalds Date: Thu, 14 Apr 2005 00:47:12 +0000 (-0700) Subject: Fix read-cache.c collission check logic. X-Git-Tag: v0.99~885 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f864ba7448564d06e8076d1b6a66eca00a337d8c?hp=f864ba7448564d06e8076d1b6a66eca00a337d8c 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. ---