From: Tom Herbert Date: Sat, 26 Jan 2013 07:50:54 +0000 (+0000) Subject: soreuseport: fix use of uid in tb->fastuid X-Git-Tag: v3.9-rc1~139^2~259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c5e0c0bbc5f683ada546af3c39a5a90b156a6f0;p=pandora-kernel.git soreuseport: fix use of uid in tb->fastuid Fix a reported compilation error where ia variable of type kuid_t was being set to zero. Eliminate two instances of setting tb->fastuid to zero. tb->fastuid is only used if tb->fastreuseport is set, so there should be no problem if tb->fastuid is not initialized (when tb->fastreuesport is zero). Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed