On Mon, Feb 21, 2011 at 9:49 AM, Fred Isaman <iisaman@xxxxxxxxxx> wrote: > diff --git a/fs/nfs/write.c b/fs/nfs/write.c > index b6b683d..a10f120 100644 > --- a/fs/nfs/write.c > +++ b/fs/nfs/write.c > @@ -783,7 +783,7 @@ static int flush_task_priority(int how) > return RPC_PRIORITY_NORMAL; > } > > -static int nfs_initiate_write(struct nfs_write_data *data, > +int nfs_initiate_write(struct nfs_write_data *data, > struct rpc_clnt *clnt, > const struct rpc_call_ops *call_ops, > int how) > @@ -833,6 +833,7 @@ static int nfs_initiate_write(struct nfs_write_data *data, > out: > return ret; > } > +EXPORT_SYMBOL(nfs_initiate_write); > This should be EXPORT_SYMBOL_GPL. Fred -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html