From efc30e60e233164bd4fe7fc903a7c5f718b0448b Mon Sep 17 00:00:00 2001 From: Poornima G Date: Tue, 9 Jan 2018 10:32:16 +0530 Subject: upcall: Allow md-cache to specify invalidations on xattr with wildcard Currently, md-cache sends a list of xattrs, it is inttrested in recieving invalidations for. But, it cannot specify any wildcard in the xattr names Eg: user.* - invalidate on updating any xattr with user. prefix. This patch, enable upcall to honor wildcard in the xattr key names Updates: #297 Change-Id: I98caf0ed72f11ef10770bf2067d4428880e0a03a Signed-off-by: Poornima G --- tests/bugs/md-cache/bug-1211863.t | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tests/bugs/md-cache/bug-1211863.t (limited to 'tests') diff --git a/tests/bugs/md-cache/bug-1211863.t b/tests/bugs/md-cache/bug-1211863.t old mode 100644 new mode 100755 -- cgit