On Mon, Aug 3, 2015 at 11:14 AM, Anna Schumaker <Anna.Schumaker@xxxxxxxxxx> wrote: > Hey Trond, > > On 07/31/2015 04:37 PM, Trond Myklebust wrote: <snip> >> +void >> +nfs_request_add_commit_list_locked(struct nfs_page *req, struct list_head *dst, >> + struct nfs_commit_info *cinfo) >> +{ >> + set_bit(PG_CLEAN, &req->wb_flags); >> + nfs_list_add_request(req, dst); >> + cinfo->mds->ncommit++; >> +} > > This function also needs to be exported for pnfs to use it: > > MODPOST 112 modules > ERROR: "nfs_request_add_commit_list_locked" [fs/nfs/nfsv4.ko] undefined! > scripts/Makefile.modpost:90: recipe for target '__modpost' failed > > Thanks, > Anna Thanks! Fixed now... Trond -- 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