|
@@ -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 int nfs_commit_inode(struct inode *, int);
|
|
extern struct nfs_write_data *nfs_commitdata_alloc(void);
|
|
extern struct nfs_write_data *nfs_commitdata_alloc(void);
|
|
extern void nfs_commit_free(struct nfs_write_data *wdata);
|
|
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
|
|
#endif
|
|
|
|
|
|
static inline int
|
|
static inline int
|