From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Palethorpe Date: Wed, 30 Sep 2020 12:24:20 +0100 Subject: [LTP] [PATCH] utimensat01: Test all available FS and handle FS with no attributes In-Reply-To: <20200930082147.GA16382@dell5510> References: <20200929144635.28874-1-rpalethorpe@suse.com> <20200929181152.GD15188@dell5510> <20200930081655.GA6611@yuki.lan> <20200930082147.GA16382@dell5510> Message-ID: <87sgazwlqz.fsf@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hello, Petr Vorel writes: > Hi Cyril, > >> Hi! >> > Although this fails on NTFS and exfat and FUSE. >> > I don't remember which flag removes these filesystems, there was some >> > workaround. Cyril, Li, Jan, do you remember? > >> That's the: > >> .dev_fs_flags = TST_FS_SKIP_FUSE, > >> Which should fix the failures here. Moreover I do wonder if this is a >> real bug in the fuse implementation or something that have been left out >> intentionally. > Thanks for info. Also vfat needs to be filtered out (if it's not a bug, which > needs to be implemented). > If we decide to filter out it, we'd need one more flag (something like > TST_FS_SKIP_MICROSOFT, which would filter out vfat, ntfs and exfat). I sent in a patch which just uses ext4 as a temp solution. We should probably specify the filesystems we expect this test to work on and accept failure for others. This seems like a complex issue as it can be different for every FS. > > Kind regards, > Petr -- Thank you, Richard.