Whamcloud - gitweb
contrib: add script to help resync journal code with kernel
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 27 Aug 2014 03:32:05 +0000 (23:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 27 Aug 2014 03:32:05 +0000 (23:32 -0400)
commit389931ca1f02b5b6676a90345c8a624d6497cf80
tree045a9be2e9a1ae2a7bf7bb3473c546ec9c529de8
parentc1c8800b71521959b0ea3e8e385ed9e01f902612
contrib: add script to help resync journal code with kernel

Add a script that handles (most) of the code massaging necessary to resync
{recovery,revoke}.c from the Linux kernel into e2fsprogs.

Usage: jbd2-resync.sh linux/fs/jbd2/revoke.c e2fsprogs/e2fsck/revoke.c

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
contrib/jbd2-resync.sh [new file with mode: 0755]