commit | 8fafa90082ab18859d97627fc454edf12f7efbff | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Thu Jan 24 11:11:34 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Mon Sep 29 17:56:59 2008 -0400 |
tree | de5bfb7c8381cf62dc9d6467e7becb08ebca8c7f | |
parent | 54a66e548079f12a6f54c3cae96812a9ed9b54ae [diff] |
locks: allow lockd to process blocked locks during grace period The check here is currently harmless but unnecessary, since, as the comment notes, there aren't any blocked-lock callbacks to process during the grace period anyway. And eventually we want to allow multiple grace periods that come and go for different filesystems over the course of the lifetime of lockd, at which point this check is just going to get in the way. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>