Add the EXPORT_OP_STABLE_HANDLES flag to f2fs export operations to indicate that this filesystem can be exported via NFS.
Signed-off-by: Jeff Layton <[email protected]> --- fs/f2fs/super.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index c4c225e09dc4701f009dec4338f2eaba1820ea7d..260c26771c431bbb36e99be8daff6cde40662751 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -3750,6 +3750,7 @@ static const struct export_operations f2fs_export_ops = { .fh_to_dentry = f2fs_fh_to_dentry, .fh_to_parent = f2fs_fh_to_parent, .get_parent = f2fs_get_parent, + .flags = EXPORT_OP_STABLE_HANDLES, }; loff_t max_file_blocks(struct inode *inode) -- 2.52.0
