]> git.neil.brown.name Git - history.git/commit
[PATCH] flock_lock_file livelock fix
authorMatthew Wilcox <willy@debian.org>
Tue, 24 Sep 2002 06:33:38 +0000 (23:33 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 24 Sep 2002 06:33:38 +0000 (23:33 -0700)
commit0adfb15a359117bf67281e782786e0ac10d8fbf5
treea56e9172a972b1daec92033e39890240b6c1a57f
parenta9ee74e7051a423db2f5c76723106d12fb756365
[PATCH] flock_lock_file livelock fix

Looks like I dropped a hunk from my patchset, sorry.

We never set FL_SLEEP in the flock case, so if we should block, we'll
livelock instead.
fs/locks.c