Commit 255e9f80 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] kNFSd: make sure sunrpc init routines called before gss init routines.

From: NeilBrown <neilb@cse.unsw.edu.au>

make sure sunrpc init routines called before gss init routines.
parent 3adefa76
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment