diff options
Diffstat (limited to 'net/ceph')
-rw-r--r-- | net/ceph/osd_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index 9204de484c2e..5a80f41c0cba 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
@@ -923,7 +923,7 @@ EXPORT_SYMBOL(ceph_osdc_set_request_linger); | |||
923 | /* | 923 | /* |
924 | * Pick an osd (the first 'up' osd in the pg), allocate the osd struct | 924 | * Pick an osd (the first 'up' osd in the pg), allocate the osd struct |
925 | * (as needed), and set the request r_osd appropriately. If there is | 925 | * (as needed), and set the request r_osd appropriately. If there is |
926 | * no up osd, set r_osd to NULL. Move the request to the appropiate list | 926 | * no up osd, set r_osd to NULL. Move the request to the appropriate list |
927 | * (unsent, homeless) or leave on in-flight lru. | 927 | * (unsent, homeless) or leave on in-flight lru. |
928 | * | 928 | * |
929 | * Return 0 if unchanged, 1 if changed, or negative on error. | 929 | * Return 0 if unchanged, 1 if changed, or negative on error. |