diff options
author | Jeff Layton <jlayton@primarydata.com> | 2014-09-24 16:38:44 +0400 |
---|---|---|
committer | Jeff Layton <jlayton@primarydata.com> | 2014-10-07 22:06:13 +0400 |
commit | 1b2b32dcdb3df28dd103033c73cac2417fa05845 (patch) | |
tree | 3b7644aa3139516c4dbb78605362c15571fbc10f /MAINTAINERS | |
parent | 6e129d00689c4d75253d1d428e82047b0aef5891 (diff) | |
download | linux-1b2b32dcdb3df28dd103033c73cac2417fa05845.tar.xz |
locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKING
Currently they both just return 0. Fix them to return more appropriate
values instead.
For better or worse, most places in the kernel return -EINVAL when
leases aren't available. -ENOLCK would probably have been better, but
let's follow suit here in the case of F_SETLEASE.
In the F_GETLEASE case, just return F_UNLCK since we know that no
lease will have been set.
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions