[PATCH] ubifs: Convert ubifs to use the new mount API

Zhihao Cheng chengzhihao1 at huawei.com
Fri Sep 27 07:15:33 PDT 2024


在 2024/9/27 22:12, Zhihao Cheng 写道:
> 在 2024/9/27 4:36, Eric Sandeen 写道:
> Hi Eric, two comments below.
>> From: David Howells <dhowells at redhat.com>
>>
>> Convert the ubifs filesystem to the new internal mount API as the old
>> one will be obsoleted and removed.  This allows greater flexibility in
>> communication of mount parameters between userspace, the VFS and the
>> filesystem.
>>
>> See Documentation/filesystems/mount_api.txt for more information.
>>
>> Signed-off-by: David Howells <dhowells at redhat.com>
>> [sandeen: forward-port old patch]
>> Signed-off-by: Eric Sandeen <sandeen at redhat.com>
>> cc: Richard Weinberger <richard at nod.at>
>> cc: Zhihao Cheng <chengzhihao1 at huawei.com>
>> cc: linux-mtd at lists.infradead.org
>> ---
>>   fs/ubifs/super.c | 459 +++++++++++++++++++++--------------------------
>>   1 file changed, 204 insertions(+), 255 deletions(-)
>>

BTW, I have tested this patch with xfstests-dev, the result looks good.



More information about the linux-mtd mailing list