]> Git Repo - linux.git/commit - include/linux/jbd2.h
[PATCH] jbd2: switch blks_type from sector_t to ull
authorMingming Cao <[email protected]>
Wed, 11 Oct 2006 08:21:13 +0000 (01:21 -0700)
committerLinus Torvalds <[email protected]>
Wed, 11 Oct 2006 18:14:18 +0000 (11:14 -0700)
commit18eba7aae080d4a5c0d850ea810e83d11f0a8d77
tree58277e871787fad73c588b3ba81899f9c8b98553
parent9b8f1f0106ab39ad58765d4e7c57189835f51127
[PATCH] jbd2: switch blks_type from sector_t to ull

Similar to ext4, change blocks in JBD2 from sector_t to unsigned long long.

Signed-off-by: Mingming Cao <[email protected]>
Signed-off-by: Dave Kleikamp <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/jbd2/commit.c
fs/jbd2/journal.c
fs/jbd2/recovery.c
fs/jbd2/revoke.c
include/linux/jbd2.h
This page took 0.054747 seconds and 4 git commands to generate.