From 5a9ff028b6f95cb0803abb6ea726c357ff8328ae Mon Sep 17 00:00:00 2001 From: girish Date: Wed, 29 Aug 2007 07:38:09 +0000 Subject: [PATCH] Fixed a nit. --- lustre/kernel_patches/patches/jbd-journal-chksum-2.6.18-vanilla.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/kernel_patches/patches/jbd-journal-chksum-2.6.18-vanilla.patch b/lustre/kernel_patches/patches/jbd-journal-chksum-2.6.18-vanilla.patch index 6617dc3..b2825e2 100644 --- a/lustre/kernel_patches/patches/jbd-journal-chksum-2.6.18-vanilla.patch +++ b/lustre/kernel_patches/patches/jbd-journal-chksum-2.6.18-vanilla.patch @@ -155,7 +155,7 @@ Index: linux-2.6.18-8.1.8/fs/jbd/commit.c + } + return ret; +} -++ ++ void journal_do_submit_data(struct buffer_head **wbuf, int bufs) { int i; -- 1.8.3.1