Fix hang in wait_on_path()
authorMiklos Szeredi <mszeredi@suse.cz>
Fri, 9 Dec 2011 15:07:55 +0000 (16:07 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Fri, 9 Dec 2011 15:18:05 +0000 (16:18 +0100)
commit3743f3fe52cfd52bb1d75bcb8324a00f153dc9f8
tree04062cb279e8e7a069d879e40ac9966499e472ac
parent655794f4a1515f1eb5b00b2fcc32d3f31f56839b
Fix hang in wait_on_path()

Ville Silventoinen reported that fs_racer in LTP triggered a hang in
wait_on_path().  This bug was caused by try_get_path() not resetting "ticket" on
permanent failure.
ChangeLog
lib/fuse.c