diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-12-05 00:35:42 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-12-06 10:46:40 -0500 |
commit | 61822ab5e3ed09fcfc49e37227b655202adf6130 (patch) | |
tree | 224a470689463469672ed38b0da3d9f47bc8a245 /include | |
parent | e261f51f25b98c213e0b3d7f2109b117d714f69d (diff) |
NFS: Ensure we only call set_page_writeback() under the page lock
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 3de334c72b1f..04963063e620 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -438,6 +438,7 @@ extern long nfs_sync_mapping_wait(struct address_space *, struct writeback_contr | |||
438 | extern int nfs_sync_mapping_range(struct address_space *, loff_t, loff_t, int); | 438 | extern int nfs_sync_mapping_range(struct address_space *, loff_t, loff_t, int); |
439 | extern int nfs_wb_all(struct inode *inode); | 439 | extern int nfs_wb_all(struct inode *inode); |
440 | extern int nfs_wb_page(struct inode *inode, struct page* page); | 440 | extern int nfs_wb_page(struct inode *inode, struct page* page); |
441 | extern int nfs_wb_page_priority(struct inode *inode, struct page* page, int how); | ||
441 | #if defined(CONFIG_NFS_V3) || defined(CONFIG_NFS_V4) | 442 | #if defined(CONFIG_NFS_V3) || defined(CONFIG_NFS_V4) |
442 | extern int nfs_commit_inode(struct inode *, int); | 443 | extern int nfs_commit_inode(struct inode *, int); |
443 | extern struct nfs_write_data *nfs_commit_alloc(void); | 444 | extern struct nfs_write_data *nfs_commit_alloc(void); |