diff options
Diffstat (limited to 'fs/buffer.c')
-rw-r--r-- | fs/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index 27265a8b43c1..8c53a2b15ecb 100644 --- a/fs/buffer.c +++ b/fs/buffer.c | |||
@@ -3088,7 +3088,7 @@ EXPORT_SYMBOL(submit_bh); | |||
3088 | * until the buffer gets unlocked). | 3088 | * until the buffer gets unlocked). |
3089 | * | 3089 | * |
3090 | * ll_rw_block sets b_end_io to simple completion handler that marks | 3090 | * ll_rw_block sets b_end_io to simple completion handler that marks |
3091 | * the buffer up-to-date (if approriate), unlocks the buffer and wakes | 3091 | * the buffer up-to-date (if appropriate), unlocks the buffer and wakes |
3092 | * any waiters. | 3092 | * any waiters. |
3093 | * | 3093 | * |
3094 | * All of the buffers must be for the same device, and must also be a | 3094 | * All of the buffers must be for the same device, and must also be a |