summaryrefslogtreecommitdiff
path: root/bpfc/Makefile
blob: 5c8b8c907e087b229a116729cd5023fba2e6a3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bpfc-libs =

bpfc-objs =	xmalloc.o \
		str.o \
		bpf.o \
		bpf_lexer.yy.o \
		bpf_parser.tab.o \
		bpfc.o

bpfc-lex =	bpf_lexer.yy.o

bpfc-yaac =	bpf_parser.tab.o

bpfc-eflags =	-I..

bpfc-confs =

bpfc_clean_custom:
	$(Q)$(call RM,$(BUILD_DIR)/*.h $(BUILD_DIR)/*.c)
/th>J. Bruce Fields <bfields@redhat.com>2016-05-13 15:53:05 -0400 commitcac7f15036dc69c8708fa73369a9fae193e82bfb (patch) treeeed2f321afe549564c010f0d0940cab8bcd44232 parent9ec64052060f972101b49f47631f5072f075426c (diff)
svcrdma: Remove superfluous line from rdma_read_chunks()
Clean up: svc_rdma_get_read_chunk() already returns a pointer to the Read list. No need to set "ch" again to the value it already contains. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat