File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4855,14 +4855,14 @@ static void nfsd_break_one_deleg(struct nfs4_delegation *dp)
48554855 * We're assuming the state code never drops its reference
48564856 * without first removing the lease. Since we're in this lease
48574857 * 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
48594859 * we know it's safe to take a reference.
48604860 */
48614861 refcount_inc (& dp -> dl_stid .sc_count );
48624862 nfsd4_run_cb (& dp -> dl_recall );
48634863}
48644864
4865- /* Called from break_lease() with i_lock held. */
4865+ /* Called from break_lease() with flc_lock held. */
48664866static bool
48674867nfsd_break_deleg_cb (struct file_lock * fl )
48684868{
You can’t perform that action at this time.
0 commit comments