diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-04-30 14:30:22 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-04-30 14:32:36 -0400 |
commit | 68cd6fa4f3be07ba648e22617dfa16a40d671d19 (patch) | |
tree | 6946e7ae1fd063d166066ab3f023ce42cdaa3ff0 /fs/nfs/write.c | |
parent | 24fc9211f4d48c04882a52e42b21c9b4abc4f9bf (diff) |
NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode()
These are needed when v3 and v4 are not enabled.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/write.c')
-rw-r--r-- | fs/nfs/write.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index 3636191c3996..2f80aa50d967 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c | |||
@@ -567,6 +567,17 @@ int nfs_write_need_commit(struct nfs_write_data *data) | |||
567 | } | 567 | } |
568 | 568 | ||
569 | #else | 569 | #else |
570 | static void nfs_init_cinfo_from_inode(struct nfs_commit_info *cinfo, | ||
571 | struct inode *inode) | ||
572 | { | ||
573 | } | ||
574 | |||
575 | void nfs_init_cinfo(struct nfs_commit_info *cinfo, | ||
576 | struct inode *inode, | ||
577 | struct nfs_direct_req *dreq) | ||
578 | { | ||
579 | } | ||
580 | |||
570 | void | 581 | void |
571 | nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, | 582 | nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, |
572 | struct nfs_commit_info *cinfo) | 583 | struct nfs_commit_info *cinfo) |