diff options
-rw-r--r-- | drivers/staging/lustre/lustre/llite/vvp_page.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/vvp_page.c b/drivers/staging/lustre/lustre/llite/vvp_page.c index 23d66308ff20..687c0c79d621 100644 --- a/drivers/staging/lustre/lustre/llite/vvp_page.c +++ b/drivers/staging/lustre/lustre/llite/vvp_page.c | |||
@@ -227,7 +227,8 @@ static int vvp_page_prep_write(const struct lu_env *env, | |||
227 | * This takes inode as a separate argument, because inode on which error is to | 227 | * This takes inode as a separate argument, because inode on which error is to |
228 | * be set can be different from \a vmpage inode in case of direct-io. | 228 | * be set can be different from \a vmpage inode in case of direct-io. |
229 | */ | 229 | */ |
230 | static void vvp_vmpage_error(struct inode *inode, struct page *vmpage, int ioret) | 230 | static void vvp_vmpage_error(struct inode *inode, struct page *vmpage, |
231 | int ioret) | ||
231 | { | 232 | { |
232 | struct vvp_object *obj = cl_inode2vvp(inode); | 233 | struct vvp_object *obj = cl_inode2vvp(inode); |
233 | 234 | ||