summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2008-01-14 21:28:30 -0700
committerJ. Bruce Fields <bfields@citi.umich.edu>2008-02-03 17:51:36 -0500
commit4321e01e7dce8042758349ffa2929c723b0d4107 (patch)
tree32b7b1a4af4b28c3ce1fc013bc7a2da4f2e21fde /include/linux/fs.h
parentb533184fc353d4a2d07929b4ac424a6f1bf5a3b9 (diff)
file locks: Use wait_event_interruptible_timeout()
interruptible_sleep_on_locked() is just an open-coded wait_event_interruptible_timeout(), with the one difference that interruptible_sleep_on_locked() doesn't bother to check the condition on which it is waiting, depending instead on the BKL to avoid the case where it blocks after the wakeup has already been called. locks_block_on_timeout() is only used in one place, so it's actually simpler to inline it into its caller. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/fs.h')
0 files changed, 0 insertions, 0 deletions