mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
[PATCH] jbd2: sector_t conversion
JBD layer in-kernel block varibles type fixes to support >32 bit block number and convert to sector_t type. Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b517bea1c7
commit
299717696d
+1
-1
@@ -293,7 +293,7 @@ void jbd2_journal_commit_transaction(journal_t *journal)
|
||||
int bufs;
|
||||
int flags;
|
||||
int err;
|
||||
unsigned long blocknr;
|
||||
sector_t blocknr;
|
||||
char *tagp = NULL;
|
||||
journal_header_t *header;
|
||||
journal_block_tag_t *tag = NULL;
|
||||
|
||||
Reference in New Issue
Block a user