mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
Update resize.c
This commit is contained in:
parent
7472e009a3
commit
3fc7f95d1c
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ static int verify_reserved_gdb(struct super_block *sb,
|
|||
struct buffer_head *primary)
|
||||
{
|
||||
const ext4_fsblk_t blk = primary->b_blocknr;
|
||||
unsigned three = 1;
|
||||
unsigned three = 3;
|
||||
unsigned five = 5;
|
||||
unsigned seven = 7;
|
||||
unsigned grp;
|
||||
|
|
Loading…
Reference in a new issue