diff options
Diffstat (limited to 'drivers/md/bcache/request.c')
-rw-r--r-- | drivers/md/bcache/request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c index 5a82237c7025..a65e3365eeb9 100644 --- a/drivers/md/bcache/request.c +++ b/drivers/md/bcache/request.c | |||
@@ -296,6 +296,7 @@ err: | |||
296 | 296 | ||
297 | /** | 297 | /** |
298 | * bch_data_insert - stick some data in the cache | 298 | * bch_data_insert - stick some data in the cache |
299 | * @cl: closure pointer. | ||
299 | * | 300 | * |
300 | * This is the starting point for any data to end up in a cache device; it could | 301 | * This is the starting point for any data to end up in a cache device; it could |
301 | * be from a normal write, or a writeback write, or a write to a flash only | 302 | * be from a normal write, or a writeback write, or a write to a flash only |