File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4855,14 +4855,14 @@ static void nfsd_break_one_deleg(struct nfs4_delegation *dp)
4855
4855
* We're assuming the state code never drops its reference
4856
4856
* without first removing the lease. Since we're in this lease
4857
4857
* callback (and since the lease code is serialized by the
4858
- * i_lock ) we know the server hasn't removed the lease yet, and
4858
+ * flc_lock ) we know the server hasn't removed the lease yet, and
4859
4859
* we know it's safe to take a reference.
4860
4860
*/
4861
4861
refcount_inc (& dp -> dl_stid .sc_count );
4862
4862
nfsd4_run_cb (& dp -> dl_recall );
4863
4863
}
4864
4864
4865
- /* Called from break_lease() with i_lock held. */
4865
+ /* Called from break_lease() with flc_lock held. */
4866
4866
static bool
4867
4867
nfsd_break_deleg_cb (struct file_lock * fl )
4868
4868
{
You can’t perform that action at this time.
0 commit comments