On Thu, Sep 4, 2014 at 8:38 AM, Jeff Layton <[email protected]> wrote: > GFS2 and NFS have setlease routines that always just return -EINVAL. > Turn that into a generic routine that can live in fs/libfs.c. > > Cc: Trond Myklebust <[email protected]> > Cc: <[email protected]> > Cc: Steven Whitehouse <[email protected]> > Cc: <[email protected]> > Signed-off-by: Jeff Layton <[email protected]> > --- > fs/gfs2/file.c | 22 +--------------------- > fs/libfs.c | 16 ++++++++++++++++ > fs/nfs/file.c | 13 +------------ > fs/nfs/internal.h | 1 - > fs/nfs/nfs4file.c | 2 +- > include/linux/fs.h | 1 + > 6 files changed, 20 insertions(+), 35 deletions(-)
Acked-by: Trond Myklebust <[email protected]> -- Trond Myklebust Linux NFS client maintainer, PrimaryData [email protected]
