astraceroute-libs = -lpthread ifeq ($(CONFIG_GEOIP), 1) astraceroute-libs += -lGeoIP \ -lz endif astraceroute-objs = xmalloc.o \ proto_none.o \ tprintf.o \ bpf.o \ str.o \ sig.o \ sock.o \ link.o \ dev.o \ ring.o \ die.o \ sysctl.o \ astraceroute.o ifeq ($(CONFIG_GEOIP), 1) astraceroute-objs += geoip.o \ ioops.o endif astraceroute-eflags = astraceroute-confs = geoip.conf href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-10-20 15:40:55 +1100
committerDave Chinner <david@fromorbit.com>2016-10-20 15:40:55 +1100
commit1d55a4bfd080ff4c6c96acfccfb7cdd2615ed6c2 (patch)
tree9eef5f1baa3ead5d977d1a07e0dab70c8e2a9be7 /Documentation
parent1001354ca34179f3db924eb66672442a173147dc (diff)
xfs: remove redundant assignment of ifp
Remove redundant ifp = ifp statement, it does nothing. Found with static analysis by CoverityScan. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'Documentation')