Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201391
b: refs/heads/master
c: 77a63f3
h: refs/heads/master
i:
  201389: ddf2e1c
  201387: cb89df1
  201383: a6b9d3d
  201375: ebe3248
v: v3
  • Loading branch information
Trond Myklebust authored and Linus Torvalds committed Aug 1, 2010
1 parent 7c93331 commit e00343e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a63ecd835f075b21d7d5cef9580447f5fbb36263
refs/heads/master: 77a63f3d1e0a3e7ede8d10f569e8481b13ff47c5
5 changes: 0 additions & 5 deletions trunk/fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -1454,11 +1454,6 @@ static int nfs_commit_unstable_pages(struct inode *inode, struct writeback_contr
return ret;
}
#else
int nfs_commit_inode(struct inode *inode, int how)
{
return 0;
}

static int nfs_commit_unstable_pages(struct inode *inode, struct writeback_control *wbc)
{
return 0;
Expand Down
6 changes: 6 additions & 0 deletions trunk/include/linux/nfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,12 @@ extern int nfs_wb_page_cancel(struct inode *inode, struct page* page);
extern int nfs_commit_inode(struct inode *, int);
extern struct nfs_write_data *nfs_commitdata_alloc(void);
extern void nfs_commit_free(struct nfs_write_data *wdata);
#else
static inline int
nfs_commit_inode(struct inode *inode, int how)
{
return 0;
}
#endif

static inline int
Expand Down

0 comments on commit e00343e

Please sign in to comment.