diff options
Diffstat (limited to 'fs/reiserfs/reiserfs.h')
-rw-r--r-- | fs/reiserfs/reiserfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/reiserfs.h b/fs/reiserfs/reiserfs.h index 14a4f9dfb171..5c700550bb07 100644 --- a/fs/reiserfs/reiserfs.h +++ b/fs/reiserfs/reiserfs.h | |||
@@ -2452,7 +2452,7 @@ struct reiserfs_transaction_handle *reiserfs_persistent_transaction(struct | |||
2452 | int reiserfs_end_persistent_transaction(struct reiserfs_transaction_handle *); | 2452 | int reiserfs_end_persistent_transaction(struct reiserfs_transaction_handle *); |
2453 | int reiserfs_commit_page(struct inode *inode, struct page *page, | 2453 | int reiserfs_commit_page(struct inode *inode, struct page *page, |
2454 | unsigned from, unsigned to); | 2454 | unsigned from, unsigned to); |
2455 | int reiserfs_flush_old_commits(struct super_block *); | 2455 | void reiserfs_flush_old_commits(struct super_block *); |
2456 | int reiserfs_commit_for_inode(struct inode *); | 2456 | int reiserfs_commit_for_inode(struct inode *); |
2457 | int reiserfs_inode_needs_commit(struct inode *); | 2457 | int reiserfs_inode_needs_commit(struct inode *); |
2458 | void reiserfs_update_inode_transaction(struct inode *); | 2458 | void reiserfs_update_inode_transaction(struct inode *); |