locks: allow lockd to process blocked locks during grace period
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 24 Jan 2008 16:11:34 +0000 (11:11 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 29 Sep 2008 21:56:59 +0000 (17:56 -0400)
commit8fafa90082ab18859d97627fc454edf12f7efbff
treede5bfb7c8381cf62dc9d6467e7becb08ebca8c7f
parent54a66e548079f12a6f54c3cae96812a9ed9b54ae
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>
fs/lockd/svc.c