On Thu 15-01-26 12:47:55, Jeff Layton wrote: > Add the EXPORT_OP_STABLE_HANDLES flag to isofs export operations to indicate > that this filesystem can be exported via NFS. > > Signed-off-by: Jeff Layton <[email protected]>
Looks good. Feel free to add: Reviewed-by: Jan Kara <[email protected]> Honza > --- > fs/isofs/export.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/fs/isofs/export.c b/fs/isofs/export.c > index > 421d247fae52301b778f0589b27fcf48f2372832..7c17eb4e030813d1d22456ccbfb005c6b6934500 > 100644 > --- a/fs/isofs/export.c > +++ b/fs/isofs/export.c > @@ -190,4 +190,5 @@ const struct export_operations isofs_export_ops = { > .fh_to_dentry = isofs_fh_to_dentry, > .fh_to_parent = isofs_fh_to_parent, > .get_parent = isofs_export_get_parent, > + .flags = EXPORT_OP_STABLE_HANDLES, > }; > > -- > 2.52.0 > -- Jan Kara <[email protected]> SUSE Labs, CR
