Skip to content
Commit 0aec09d0 authored by Al Viro's avatar Al Viro
Browse files

drop ->s_umount around acct_auto_close()



just repeat the frozen check after regaining it, and check that sb
is still alive.  If several threads hit acct_auto_close() at the
same time, acct_auto_close() will survive that just fine.  And we
really don't want to play with writes and closing the file with
->s_umount held exclusive - it's a deadlock country.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 2798d4ce
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