Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 346537 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +9 lines)
Line  Link Here
0
--
0
++ daemon/lookup.c
1
-- daemon/lookup.c.orig
Lines 1060-1065 void lookup_prune_one_cache(struct autof Link Here
1060
		 * cache entry.
1060
		 * cache entry.
1061
		 */
1061
		 */
1062
		valid = lookup_source_valid_mapent(ap, key, LKP_DISTINCT);
1062
		valid = lookup_source_valid_mapent(ap, key, LKP_DISTINCT);
1063
		if (valid && valid->mc == mc) {
1064
			/*
1065
			 * We've found a map entry that has been removed from
1066
			 * the current cache so it isn't really valid.
1067
			 */
1068
			cache_unlock(valid->mc);
1069
			valid = NULL;
1070
		}
1063
		if (!valid &&
1071
		if (!valid &&
1064
		    is_mounted(_PATH_MOUNTED, path, MNTS_REAL)) {
1072
		    is_mounted(_PATH_MOUNTED, path, MNTS_REAL)) {
1065
			debug(ap->logopt,
1073
			debug(ap->logopt,

Return to bug 346537