]> git.hungrycats.org Git - linux/commitdiff
[PATCH] kNFSd: make sure sunrpc init routines called before gss init routines.
authorAndrew Morton <akpm@osdl.org>
Thu, 26 Feb 2004 14:51:34 +0000 (06:51 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 Feb 2004 14:51:34 +0000 (06:51 -0800)
From: NeilBrown <neilb@cse.unsw.edu.au>

make sure sunrpc init routines called before gss init routines.

net/sunrpc/Makefile

index 526b32aa56cab603ea8ceb9ab054f62cd8685b10..46a2ce00a29b8af7ca0ac4a67fd082eda541bf00 100644 (file)
@@ -2,9 +2,9 @@
 # Makefile for Linux kernel SUN RPC
 #
 
-obj-$(CONFIG_SUNRPC_GSS) += auth_gss/
 
 obj-$(CONFIG_SUNRPC) += sunrpc.o
+obj-$(CONFIG_SUNRPC_GSS) += auth_gss/
 
 sunrpc-y := clnt.o xprt.o sched.o \
            auth.o auth_null.o auth_unix.o \