Whamcloud - gitweb
Convert kernel compat functions to use new ll_rw_block() function signature
authorTheodore Ts'o <tytso@mit.edu>
Fri, 8 Nov 2019 21:03:38 +0000 (16:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 9 Nov 2019 06:55:14 +0000 (01:55 -0500)
commitdb113c0e76826d621dfc5ee968ccbbe2127363a6
treed0ddca515cef95198b11da1163442c96f8ffc514
parent71030cf8bb67a5251ac2d5a885264cdf4e6a7fbb
Convert kernel compat functions to use new ll_rw_block() function signature

In newer kernels, ll_rw_block() separated the request operation and
the operational flags arguments.  This means adding a new parameter to
ll_rw_block() (which is ignored in our compat layer) and changing READ
and WRITE to REQ_OP_READ and REQ_OP_WRITE, respectively.

This makes it easier to keep us in sync with the kernel tree.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/do_journal.c
debugfs/journal.c
e2fsck/jfs_user.h
e2fsck/journal.c
e2fsck/recovery.c
lib/ext2fs/jfs_compat.h