Re: [PATCH] ufs: convert ufs to the new mount API

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1/17/25 2:11 AM, Al Viro wrote:
> On Thu, Jan 16, 2025 at 04:07:44PM -0600, Eric Sandeen wrote:
>> On 1/16/25 1:08 PM, Al Viro wrote:
>>> On Thu, Jan 16, 2025 at 12:49:32PM -0600, Eric Sandeen wrote:
>>>
>>>> +	switch (opt) {
>>>> +	case Opt_type:
>>>> +		if (reconfigure &&
>>>> +		    (ctx->mount_options & UFS_MOUNT_UFSTYPE) != result.uint_32) {
>>>> +			pr_err("ufstype can't be changed during remount\n");
>>>> +			return -EINVAL;
>>>>  		}
>>>> +		ufs_clear_opt(ctx->mount_options, UFS_MOUNT_UFSTYPE);
>>>> +		ufs_set_opt(ctx->mount_options, result.uint_32);
>>>> +		break;
>>>
>>> Do we really want to support ufstype=foo,ufstype=bar?
>>
>> well, we already do that today. Old code was:
>>
>>                 switch (token) {
>>                 case Opt_type_old:
>>                         ufs_clear_opt (*mount_options, UFSTYPE);
>>                         ufs_set_opt (*mount_options, UFSTYPE_OLD);
>>                         break; 
>>                 case Opt_type_sunx86:
>>                         ufs_clear_opt (*mount_options, UFSTYPE);
>>                         ufs_set_opt (*mount_options, UFSTYPE_SUNx86);
>>                         break;
>> ...
>>
>> so I was going for a straight conversion for now so that the behavior
>> was exactly the same (i.e. keep the last-specified type. I know, it's
>> weird, who would do that? Still. Don't break userspace? And we've been
>> burned before.)
> 
> FWIW, see viro/vfs.git #work.ufs - separating ufs flavour and on-error
> flags, dealing with -o ufstype conflicts, then your patch ported on
> top of that.


LGTM; you may want to edit my commit log, because this:

"ufs_set/clear/test_opt macros are changed to take the full option,
to facilitate setting in parse_param.

ufstype option changes during remount are rejected during parsing,
rather than after the fact as they were before."

no longer makes any sense; you did that already in your new patches
so these changes no longer exist in my patch.

Acked-by: Eric Sandeen <sandeen@xxxxxxxxxx>

Thanks,
-Eric




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux