summaryrefslogtreecommitdiffstats
path: root/fs/afs/yfsclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/yfsclient.c')
-rw-r--r--fs/afs/yfsclient.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/fs/afs/yfsclient.c b/fs/afs/yfsclient.c
index 73546c2d89ee..5ea0350dc9dd 100644
--- a/fs/afs/yfsclient.c
+++ b/fs/afs/yfsclient.c
@@ -809,7 +809,7 @@ int yfs_fs_create_file(struct afs_fs_cursor *fc,
809 yfs_check_req(call, bp); 809 yfs_check_req(call, bp);
810 810
811 afs_use_fs_server(call, fc->cbi); 811 afs_use_fs_server(call, fc->cbi);
812 trace_afs_make_fs_call(call, &vnode->fid); 812 trace_afs_make_fs_call1(call, &vnode->fid, name);
813 afs_make_call(&fc->ac, call, GFP_NOFS); 813 afs_make_call(&fc->ac, call, GFP_NOFS);
814 return afs_wait_for_call_to_complete(call, &fc->ac); 814 return afs_wait_for_call_to_complete(call, &fc->ac);
815} 815}
@@ -873,7 +873,7 @@ int yfs_fs_make_dir(struct afs_fs_cursor *fc,
873 yfs_check_req(call, bp); 873 yfs_check_req(call, bp);
874 874
875 afs_use_fs_server(call, fc->cbi); 875 afs_use_fs_server(call, fc->cbi);
876 trace_afs_make_fs_call(call, &vnode->fid); 876 trace_afs_make_fs_call1(call, &vnode->fid, name);
877 afs_make_call(&fc->ac, call, GFP_NOFS); 877 afs_make_call(&fc->ac, call, GFP_NOFS);
878 return afs_wait_for_call_to_complete(call, &fc->ac); 878 return afs_wait_for_call_to_complete(call, &fc->ac);
879} 879}
@@ -964,7 +964,7 @@ int yfs_fs_remove_file2(struct afs_fs_cursor *fc, struct afs_vnode *vnode,
964 yfs_check_req(call, bp); 964 yfs_check_req(call, bp);
965 965
966 afs_use_fs_server(call, fc->cbi); 966 afs_use_fs_server(call, fc->cbi);
967 trace_afs_make_fs_call(call, &dvnode->fid); 967 trace_afs_make_fs_call1(call, &dvnode->fid, name);
968 afs_make_call(&fc->ac, call, GFP_NOFS); 968 afs_make_call(&fc->ac, call, GFP_NOFS);
969 return afs_wait_for_call_to_complete(call, &fc->ac); 969 return afs_wait_for_call_to_complete(call, &fc->ac);
970} 970}
@@ -1052,7 +1052,7 @@ int yfs_fs_remove(struct afs_fs_cursor *fc, struct afs_vnode *vnode,
1052 yfs_check_req(call, bp); 1052 yfs_check_req(call, bp);
1053 1053
1054 afs_use_fs_server(call, fc->cbi); 1054 afs_use_fs_server(call, fc->cbi);
1055 trace_afs_make_fs_call(call, &dvnode->fid); 1055 trace_afs_make_fs_call1(call, &dvnode->fid, name);
1056 afs_make_call(&fc->ac, call, GFP_NOFS); 1056 afs_make_call(&fc->ac, call, GFP_NOFS);
1057 return afs_wait_for_call_to_complete(call, &fc->ac); 1057 return afs_wait_for_call_to_complete(call, &fc->ac);
1058} 1058}
@@ -1138,7 +1138,7 @@ int yfs_fs_link(struct afs_fs_cursor *fc, struct afs_vnode *vnode,
1138 yfs_check_req(call, bp); 1138 yfs_check_req(call, bp);
1139 1139
1140 afs_use_fs_server(call, fc->cbi); 1140 afs_use_fs_server(call, fc->cbi);
1141 trace_afs_make_fs_call(call, &vnode->fid); 1141 trace_afs_make_fs_call1(call, &vnode->fid, name);
1142 afs_make_call(&fc->ac, call, GFP_NOFS); 1142 afs_make_call(&fc->ac, call, GFP_NOFS);
1143 return afs_wait_for_call_to_complete(call, &fc->ac); 1143 return afs_wait_for_call_to_complete(call, &fc->ac);
1144} 1144}
@@ -1235,7 +1235,7 @@ int yfs_fs_symlink(struct afs_fs_cursor *fc,
1235 yfs_check_req(call, bp); 1235 yfs_check_req(call, bp);
1236 1236
1237 afs_use_fs_server(call, fc->cbi); 1237 afs_use_fs_server(call, fc->cbi);
1238 trace_afs_make_fs_call(call, &dvnode->fid); 1238 trace_afs_make_fs_call1(call, &dvnode->fid, name);
1239 afs_make_call(&fc->ac, call, GFP_NOFS); 1239 afs_make_call(&fc->ac, call, GFP_NOFS);
1240 return afs_wait_for_call_to_complete(call, &fc->ac); 1240 return afs_wait_for_call_to_complete(call, &fc->ac);
1241} 1241}
@@ -1334,7 +1334,7 @@ int yfs_fs_rename(struct afs_fs_cursor *fc,
1334 yfs_check_req(call, bp); 1334 yfs_check_req(call, bp);
1335 1335
1336 afs_use_fs_server(call, fc->cbi); 1336 afs_use_fs_server(call, fc->cbi);
1337 trace_afs_make_fs_call(call, &orig_dvnode->fid); 1337 trace_afs_make_fs_call2(call, &orig_dvnode->fid, orig_name, new_name);
1338 afs_make_call(&fc->ac, call, GFP_NOFS); 1338 afs_make_call(&fc->ac, call, GFP_NOFS);
1339 return afs_wait_for_call_to_complete(call, &fc->ac); 1339 return afs_wait_for_call_to_complete(call, &fc->ac);
1340} 1340}