Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222186
b: refs/heads/master
c: 460781b
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Linus Torvalds committed Nov 17, 2010
1 parent 6206121 commit 6179ac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 451a3c24b0135bce54542009b5fde43846c7cf67
refs/heads/master: 460781b54253e3ed10a0a2a433bdc548ec952269
8 changes: 4 additions & 4 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,7 @@ nfs4_file_downgrade(struct nfs4_file *fp, unsigned int share_access)
* Spawn a thread to perform a recall on the delegation represented
* by the lease (file_lock)
*
* Called from break_lease() with lock_kernel() held.
* Called from break_lease() with lock_flocks() held.
* Note: we assume break_lease will only call this *once* for any given
* lease.
*/
Expand All @@ -2286,7 +2286,7 @@ void nfsd_break_deleg_cb(struct file_lock *fl)
list_add_tail(&dp->dl_recall_lru, &del_recall_lru);
spin_unlock(&recall_lock);

/* only place dl_time is set. protected by lock_kernel*/
/* only place dl_time is set. protected by lock_flocks*/
dp->dl_time = get_seconds();

/*
Expand All @@ -2303,7 +2303,7 @@ void nfsd_break_deleg_cb(struct file_lock *fl)
/*
* The file_lock is being reapd.
*
* Called by locks_free_lock() with lock_kernel() held.
* Called by locks_free_lock() with lock_flocks() held.
*/
static
void nfsd_release_deleg_cb(struct file_lock *fl)
Expand All @@ -2318,7 +2318,7 @@ void nfsd_release_deleg_cb(struct file_lock *fl)
}

/*
* Called from setlease() with lock_kernel() held
* Called from setlease() with lock_flocks() held
*/
static
int nfsd_same_client_deleg_cb(struct file_lock *onlist, struct file_lock *try)
Expand Down

0 comments on commit 6179ac9

Please sign in to comment.