Re: [PATCH v5 03/10] fstests: add test for inotify isolation on cloned devices
Anand Jain <[email protected]>
| Newsgroups | org.kernel.vger.fstests,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-ext4,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
On 25/5/26 15:09, Christoph Hellwig wrote: >> diff --git a/common/config b/common/config >> index 4fd4c2c8af11..605a57947a40 100644 >> --- a/common/config >> +++ b/common/config >> @@ -242,6 +242,7 @@ export BTRFS_MAP_LOGICAL_PROG=$(type -P btrfs-map-logical) >> export PARTED_PROG="$(type -P parted)" >> export XFS_PROPERTY_PROG="$(type -P xfs_property)" >> export FSCRYPTCTL_PROG="$(type -P fscryptctl)" >> +export INOTIFYWAIT_PROG="$(type -P inotifywait)" > > Usually we try to split infrastructure changes like this out into > separate patches. Right. I'll split it into a separate patch. > Also any reason to rely on the obsolete inotify instead of fsnotify? fsnotify is exercised in patch 4/10. IMO, exercising inotify ensures we don't break legacy stuff. In general, is it fine to keep obsolete command/testcase from an LTS kernel perspective? We did that a couple of times before.