> 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. Also any reason to rely on the obsolete inotify instead of fsnotify? _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
