From: Herbert Xu Date: Wed, 14 Nov 2007 05:47:08 +0000 (-0800) Subject: [IPSEC]: Make x->lastused an unsigned long X-Git-Tag: v2.6.25-rc1~1162^2~1437 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26f398400311982d2433debae85746c348b7d58;p=pandora-kernel.git [IPSEC]: Make x->lastused an unsigned long Currently x->lastused is u64 which means that it cannot be read/written atomically on all architectures. David Miller observed that the value stored in it is only an unsigned long which is always atomic. So based on his suggestion this patch changes the internal representation from u64 to unsigned long while the user-interface still refers to it as u64. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed