aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd/transaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jbd/transaction.c')
-rw-r--r--fs/jbd/transaction.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/jbd/transaction.c b/fs/jbd/transaction.c
index 4c895044c7d6..2c9e8f5d13aa 100644
--- a/fs/jbd/transaction.c
+++ b/fs/jbd/transaction.c
@@ -1904,13 +1904,12 @@ zap_buffer_unlocked:
1904} 1904}
1905 1905
1906/** 1906/**
1907 * void journal_invalidatepage() 1907 * void journal_invalidatepage() - invalidate a journal page
1908 * @journal: journal to use for flush... 1908 * @journal: journal to use for flush
1909 * @page: page to flush 1909 * @page: page to flush
1910 * @offset: length of page to invalidate. 1910 * @offset: length of page to invalidate.
1911 * 1911 *
1912 * Reap page buffers containing data after offset in page. 1912 * Reap page buffers containing data after offset in page.
1913 *
1914 */ 1913 */
1915void journal_invalidatepage(journal_t *journal, 1914void journal_invalidatepage(journal_t *journal,
1916 struct page *page, 1915 struct page *page,