----- Ursprüngliche Mail ----- > Von: "Jeff Layton" <[email protected]> > Add the setlease file_operation to jfs_file_operations and > jfs_dir_operations, pointing to generic_setlease. A future patch will > change the default behavior to reject lease attempts with -EINVAL when > there is no setlease file operation defined. Add generic_setlease to > retain the ability to set leases on this filesystem. > > Signed-off-by: Jeff Layton <[email protected]> > --- > fs/jfs/file.c | 2 ++ > fs/jfs/namei.c | 2 ++ > 2 files changed, 4 insertions(+)
Acked-by: Richard Weinberger <[email protected]> Thanks, //richard
