data.delete(info).get();
boolean ret = meta.delete(TRASH_ID, name, id);
if (evts.isRecordable(EVT_GGFS_FILE_PURGED)) {
if (info.path() != null)
evts.record(new GridGgfsEvent(info.path(),
ggfsCtx.kernalContext().discovery().localNode(), EVT_GGFS_FILE_PURGED));
else
LT.warn(log, null, "Removing file without path info: " + info);
}