aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/callback.h b/fs/nfs/callback.h
index 07df5f1d85e5..c89d3b9e483c 100644
--- a/fs/nfs/callback.h
+++ b/fs/nfs/callback.h
@@ -162,7 +162,7 @@ struct cb_layoutrecallargs {
162 }; 162 };
163}; 163};
164 164
165extern unsigned nfs4_callback_layoutrecall( 165extern __be32 nfs4_callback_layoutrecall(
166 struct cb_layoutrecallargs *args, 166 struct cb_layoutrecallargs *args,
167 void *dummy, struct cb_process_state *cps); 167 void *dummy, struct cb_process_state *cps);
168 168