Re: [PATCH 2/3] AF_RXRPC/AFS: Arch-specific fixes

2007-04-27 Thread David Miller
From: David Howells <[EMAIL PROTECTED]> Date: Fri, 27 Apr 2007 15:31:40 +0100 > Fixes for various arch compilation problems: > > (*) Missing module exports. > > (*) Variable name collision when rxkad and af_rxrpc both built in > (rxrpc_debug). > > (*) Large constant representation probl

[PATCH 2/3] AF_RXRPC/AFS: Arch-specific fixes

2007-04-27 Thread David Howells
Fixes for various arch compilation problems: (*) Missing module exports. (*) Variable name collision when rxkad and af_rxrpc both built in (rxrpc_debug). (*) Large constant representation problem (AFS_UUID_TO_UNIX_TIME). (*) Configuration dependencies. (*) printk() format warnings.