do_sys_name_to_handle on UBIFS

Richard Weinberger richard.weinberger at gmail.com
Thu Dec 18 23:15:01 PST 2014


On Fri, Dec 19, 2014 at 3:17 AM, hujianyang <hujianyang at huawei.com> wrote:
> On 2014/12/17 20:39, Umut Tezduyar Lindskog wrote:
>> Hi,
>>
>> I have noticed that name_to_handle() system call is failing on UBIFS due to missing super_block.s_export_op. Is there a reason why this hasn’t been implemented on UBI?
>>
>
> As I know, this *struct export_operations* is used for nfsd. But
> NFS is not supported with UBIFS. So I guess this is the reason
> why super_block.s_export_op is missing.

This is correct. UBIFS is not exportable, so no handles for you. :-)

-- 
Thanks,
//richard



More information about the linux-mtd mailing list