[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20120110134757.6e1a52401e7b427d4ba4c59b@canb.auug.org.au>
Date: Tue, 10 Jan 2012 13:47:57 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Rusty Russell <rusty@...tcorp.com.au>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Trond Myklebust <trond.myklebust@....uio.no>
Subject: linux-next: manual merge of the rr tree with the nfs tree
Hi Rusty,
Today's linux-next merge of the rr tree got a conflict in fs/nfs/client.c
between commit 074b1d12fe25 ("NFSv4: Change the default setting of the
nfs4_disable_idmapping parameter") from the nfs tree and commit
5a925e82e106 ("module_param: make bool parameters really bool (drivers &
misc)") from the rr tree.
I fixed it up (see below) and can carry the fix as necessary.
Rusty: shouldn't bools be initialise with true/false instead of 1/0?
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
diff --cc fs/nfs/client.c
index 277dfaf,4a092a0..0000000
--- a/fs/nfs/client.c
+++ b/fs/nfs/client.c
@@@ -84,7 -84,7 +84,7 @@@ retry
/*
* Turn off NFSv4 uid/gid mapping when using AUTH_SYS
*/
- static int nfs4_disable_idmapping = 1;
-static bool nfs4_disable_idmapping = 0;
++static bool nfs4_disable_idmapping = 1;
/*
* RPC cruft for NFS
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists