summaryrefslogtreecommitdiff
path: root/trafgen/Makefile
blob: 2df9dbffc6ba78192dce612824e57de2f4f9ae2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
trafgen-libs =	$(shell pkg-config --libs libnl-3.0) \
		$(shell pkg-config --libs libnl-genl-3.0) \
		-lm

trafgen-objs =	xmalloc.o \
		ioops.o \
		xutils.o \
		privs.o \
		dev.o \
		irq.o \
		str.o \
		mac80211.o \
		ring_tx.o \
		ring.o \
		trafgen_lexer.yy.o \
		trafgen_parser.tab.o \
		trafgen.o

trafgen-lex =	trafgen_lexer.yy.o

trafgen-yaac =	trafgen_parser.tab.o
cgit.cgi/linux/net-next.git/patch/?id=a03f1a6633144300ef4a3a33e95dfa11866f1299'>patch) treecbbbd306ed7884210afbadb840b3bc04030bc2b4 parentf32866fdc9ed077c3bc7160f4f53d6a479201d46 (diff)
xfs: remove OWN_AG rmap when allocating a block from the AGFL
When we're really tight on space, xfs_alloc_ag_vextent_small() can allocate a block from the AGFL and give it to the caller. Since the caller is never the AGFL-fixing method, we must remove the OWN_AG reverse mapping because it will clash with whatever rmap the caller wants to set up. This bug was discovered by running generic/299 repeatedly. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat