From: roel kluin Date: Wed, 7 Oct 2009 00:59:42 +0000 (+0000) Subject: x25: bit and/or confusion in x25_ioctl()? X-Git-Tag: v2.6.33-rc1~388^2~820 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a96b33aea838b61a6eeccded781a305cf85a12;p=pandora-kernel.git x25: bit and/or confusion in x25_ioctl()? Looking at commit ebc3f64b864f it appears that this was intended and not the original, equivalent to `if (facilities.reverse & ~0x81)'. In x25_parse_facilities() that patch changed how facilities->reverse was set. No other bits were set than 0x80 and/or 0x01. Signed-off-by: Roel Kluin Signed-off-by: David S. Miller --- Reading git-diff-tree failed