Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485836
Collapse All | Expand All

(-)a/fs/btrfs/inode.c (-3 / +1 lines)
Lines 2132-2137 static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id, Link Here
2132
		WARN_ON(1);
2132
		WARN_ON(1);
2133
		return ret;
2133
		return ret;
2134
	}
2134
	}
2135
	ret = 0;
2135
2136
2136
	while (1) {
2137
	while (1) {
2137
		cond_resched();
2138
		cond_resched();
Lines 2181-2188 static noinline int record_one_backref(u64 inum, u64 offset, u64 root_id, Link Here
2181
		    old->len || extent_offset + num_bytes <=
2182
		    old->len || extent_offset + num_bytes <=
2182
		    old->extent_offset + old->offset)
2183
		    old->extent_offset + old->offset)
2183
			continue;
2184
			continue;
2184
2185
		ret = 0;
2186
		break;
2185
		break;
2187
	}
2186
	}
2188
2187
2189
- 

Return to bug 485836