Hi! > Verify that when inode has an ignore mask set, it is properly reflected > when notifying a mountpoint. The test verifies fix "fanotify: Fix notification > of groups with inode & mount marks" in the Linux kernel. > > Signed-off-by: Jan Kara <j...@suse.cz>
Pushed with small change to get rid of another signed vs unsigned comparsion warning. @@ -201,7 +201,7 @@ int main(int ac, char **av) (int)EVENT_BUF_LEN); } event = (struct fanotify_event_metadata *)event_buf; - if (ret > event->event_len) { + if (ret > (int)event->event_len) { tst_resm(TFAIL, "group %d got more than one " "event (%d > %d)", i, ret, event->event_len); Thanks. -- Cyril Hrubis chru...@suse.cz ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list