Skip to content
Commit 516e0cc5 authored by Al Viro's avatar Al Viro
Browse files

[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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 3c333937
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment