[PATCH] f_count may wrap around
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 26 Jul 2008 04:39:17 +0000 (00:39 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 27 Jul 2008 00:53:40 +0000 (20:53 -0400)
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 <viro@zeniv.linux.org.uk>

No differences found