diff options
Diffstat (limited to 'fs/nfs/callback_proc.c')
-rw-r--r-- | fs/nfs/callback_proc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/nfs/callback_proc.c b/fs/nfs/callback_proc.c index c1bead2f3e04..c1bb157e94bd 100644 --- a/fs/nfs/callback_proc.c +++ b/fs/nfs/callback_proc.c | |||
@@ -107,6 +107,12 @@ int nfs4_validate_delegation_stateid(struct nfs_delegation *delegation, const nf | |||
107 | 107 | ||
108 | #if defined(CONFIG_NFS_V4_1) | 108 | #if defined(CONFIG_NFS_V4_1) |
109 | 109 | ||
110 | __be32 nfs4_callback_layoutrecall(struct cb_layoutrecallargs *args, | ||
111 | void *dummy, struct cb_process_state *cps) | ||
112 | { | ||
113 | return cpu_to_be32(NFS4ERR_NOTSUPP); /* STUB */ | ||
114 | } | ||
115 | |||
110 | int nfs41_validate_delegation_stateid(struct nfs_delegation *delegation, const nfs4_stateid *stateid) | 116 | int nfs41_validate_delegation_stateid(struct nfs_delegation *delegation, const nfs4_stateid *stateid) |
111 | { | 117 | { |
112 | if (delegation == NULL) | 118 | if (delegation == NULL) |