diff options
Diffstat (limited to 'fs/afs/cmservice.c')
-rw-r--r-- | fs/afs/cmservice.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/afs/cmservice.c b/fs/afs/cmservice.c index c7141175391b..c3ec57a237bf 100644 --- a/fs/afs/cmservice.c +++ b/fs/afs/cmservice.c | |||
@@ -28,6 +28,7 @@ static void afs_cm_destructor(struct afs_call *); | |||
28 | * CB.CallBack operation type | 28 | * CB.CallBack operation type |
29 | */ | 29 | */ |
30 | static const struct afs_call_type afs_SRXCBCallBack = { | 30 | static const struct afs_call_type afs_SRXCBCallBack = { |
31 | .name = "CB.CallBack", | ||
31 | .deliver = afs_deliver_cb_callback, | 32 | .deliver = afs_deliver_cb_callback, |
32 | .abort_to_error = afs_abort_to_error, | 33 | .abort_to_error = afs_abort_to_error, |
33 | .destructor = afs_cm_destructor, | 34 | .destructor = afs_cm_destructor, |
@@ -37,6 +38,7 @@ static const struct afs_call_type afs_SRXCBCallBack = { | |||
37 | * CB.InitCallBackState operation type | 38 | * CB.InitCallBackState operation type |
38 | */ | 39 | */ |
39 | static const struct afs_call_type afs_SRXCBInitCallBackState = { | 40 | static const struct afs_call_type afs_SRXCBInitCallBackState = { |
41 | .name = "CB.InitCallBackState", | ||
40 | .deliver = afs_deliver_cb_init_call_back_state, | 42 | .deliver = afs_deliver_cb_init_call_back_state, |
41 | .abort_to_error = afs_abort_to_error, | 43 | .abort_to_error = afs_abort_to_error, |
42 | .destructor = afs_cm_destructor, | 44 | .destructor = afs_cm_destructor, |
@@ -46,6 +48,7 @@ static const struct afs_call_type afs_SRXCBInitCallBackState = { | |||
46 | * CB.Probe operation type | 48 | * CB.Probe operation type |
47 | */ | 49 | */ |
48 | static const struct afs_call_type afs_SRXCBProbe = { | 50 | static const struct afs_call_type afs_SRXCBProbe = { |
51 | .name = "CB.Probe", | ||
49 | .deliver = afs_deliver_cb_probe, | 52 | .deliver = afs_deliver_cb_probe, |
50 | .abort_to_error = afs_abort_to_error, | 53 | .abort_to_error = afs_abort_to_error, |
51 | .destructor = afs_cm_destructor, | 54 | .destructor = afs_cm_destructor, |