[PATCH 5/6] ubifs: Implement export_operations

Christoph Hellwig hch at infradead.org
Tue May 23 01:39:32 PDT 2017


> +static struct inode *ubifs_nfs_get_inode(struct super_block *sb, uint64_t ino,
> +					 uint32_t generation)
> +{
> +	return ubifs_iget(sb, ino);
> +}

You need to maintain and check an inode generation counter for this
to be safe.



More information about the linux-mtd mailing list