Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308563
b: refs/heads/master
c: 68cd6fa
h: refs/heads/master
i:
  308561: 7f6fc01
  308559: 32fa1d1
v: v3
  • Loading branch information
Bryan Schumaker authored and Trond Myklebust committed Apr 30, 2012
1 parent d246b3b commit 904a71b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24fc9211f4d48c04882a52e42b21c9b4abc4f9bf
refs/heads/master: 68cd6fa4f3be07ba648e22617dfa16a40d671d19
11 changes: 11 additions & 0 deletions trunk/fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,17 @@ int nfs_write_need_commit(struct nfs_write_data *data)
}

#else
static void nfs_init_cinfo_from_inode(struct nfs_commit_info *cinfo,
struct inode *inode)
{
}

void nfs_init_cinfo(struct nfs_commit_info *cinfo,
struct inode *inode,
struct nfs_direct_req *dreq)
{
}

void
nfs_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg,
struct nfs_commit_info *cinfo)
Expand Down

0 comments on commit 904a71b

Please sign in to comment.