diff options
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/ops_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c index 1a5e8e893d75..773421130116 100644 --- a/fs/gfs2/ops_file.c +++ b/fs/gfs2/ops_file.c | |||
@@ -508,7 +508,7 @@ static int gfs2_setlease(struct file *file, long arg, struct file_lock **fl) | |||
508 | */ | 508 | */ |
509 | if (!sdp->sd_args.ar_localflocks) | 509 | if (!sdp->sd_args.ar_localflocks) |
510 | return -EINVAL; | 510 | return -EINVAL; |
511 | return setlease(file, arg, fl); | 511 | return generic_setlease(file, arg, fl); |
512 | } | 512 | } |
513 | 513 | ||
514 | /** | 514 | /** |