aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs.h
diff options
context:
space:
mode:
authorJoern Engel <joern@logfs.org>2010-03-28 18:10:07 +0200
committerJoern Engel <joern@logfs.org>2010-03-28 18:10:07 +0200
commit723b2ff40876678b49e61df34fb1d8001e34639d (patch)
tree509282c61e150b6059ea7f84c451641c2b69f757 /fs/logfs/logfs.h
parentSimplify and fix pad_wbuf (diff)
downloadlinux-dev-723b2ff40876678b49e61df34fb1d8001e34639d.tar.xz
linux-dev-723b2ff40876678b49e61df34fb1d8001e34639d.zip
[LogFS] Clear PagePrivate when moving journal
do_logfs_journal_wl_pass() must call freeseg(), thereby clear PagePrivate on all pages of the current journal segment. Signed-off-by: Joern Engel <joern@logfs.org>
Diffstat (limited to 'fs/logfs/logfs.h')
-rw-r--r--fs/logfs/logfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h
index 129779431373..b84b0eec6024 100644
--- a/fs/logfs/logfs.h
+++ b/fs/logfs/logfs.h
@@ -587,6 +587,7 @@ void move_page_to_btree(struct page *page);
int logfs_init_mapping(struct super_block *sb);
void logfs_sync_area(struct logfs_area *area);
void logfs_sync_segments(struct super_block *sb);
+void freeseg(struct super_block *sb, u32 segno);
/* area handling */
int logfs_init_areas(struct super_block *sb);