[PATCH] lockd shouldn't call posix_unblock_lock here
nlmsvc_notify_blocked() is only called via the fl_notify() pointer which is only called immediately after we already did a locks_delete_block(), so calling posix_unblock_lock() here is always a NOP.
Showing
Please register or sign in to comment