Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0e4f6a79 authored by Al Viro's avatar Al Viro
Browse files

Fix reiserfs_file_release()


a) count file openers correctly; i_count use was completely wrong
b) use new mutex for exclusion between final close/open/truncate,
to protect tailpacking logics.  i_mutex use was wrong and resulted
in deadlocks.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 918377b6
No related merge requests found
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