diff options
author | Jeff Layton <jlayton@redhat.com> | 2014-02-03 12:13:06 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2014-03-31 08:24:42 -0400 |
commit | 46dad7603f21d64207820580c0bafd47934686d4 (patch) | |
tree | bccde6816702fe891cd69b81337db9ffbf320d61 /fs/locks.c | |
parent | 24cbe7845ea50b636ab2218b9d648270ff55f148 (diff) |
locks: clean up comment typo
Acked-by: J. Bruce Fields <bfields@fieldses.org>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'fs/locks.c')
-rw-r--r-- | fs/locks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/locks.c b/fs/locks.c index 2cfeea622f28..5e28612120c2 100644 --- a/fs/locks.c +++ b/fs/locks.c | |||
@@ -581,7 +581,7 @@ static void locks_delete_block(struct file_lock *waiter) | |||
581 | * it seems like the reasonable thing to do. | 581 | * it seems like the reasonable thing to do. |
582 | * | 582 | * |
583 | * Must be called with both the i_lock and blocked_lock_lock held. The fl_block | 583 | * Must be called with both the i_lock and blocked_lock_lock held. The fl_block |
584 | * list itself is protected by the file_lock_list, but by ensuring that the | 584 | * list itself is protected by the blocked_lock_lock, but by ensuring that the |
585 | * i_lock is also held on insertions we can avoid taking the blocked_lock_lock | 585 | * i_lock is also held on insertions we can avoid taking the blocked_lock_lock |
586 | * in some cases when we see that the fl_block list is empty. | 586 | * in some cases when we see that the fl_block list is empty. |
587 | */ | 587 | */ |