From: Al Viro Date: Sat, 26 Jul 2008 04:39:17 +0000 (-0400) Subject: [PATCH] f_count may wrap around X-Git-Tag: v2.6.27-rc1~73^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516e0cc5646f377ab80fcc2ee639892eccb99853;p=pandora-kernel.git [PATCH] f_count may wrap around make it atomic_long_t; while we are at it, get rid of useless checks in affs, hfs and hpfs - ->open() always has it equal to 1, ->release() - to 0. Signed-off-by: Al Viro --- Reading git-diff-tree failed