diff options
Diffstat (limited to 'fs/ext4/migrate.c')
-rw-r--r-- | fs/ext4/migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c index 2ae73a80c19b..ec092437d3e0 100644 --- a/fs/ext4/migrate.c +++ b/fs/ext4/migrate.c | |||
@@ -505,7 +505,7 @@ int ext4_ext_migrate(struct inode *inode) | |||
505 | * with i_data_sem held to prevent racing with block | 505 | * with i_data_sem held to prevent racing with block |
506 | * allocation. | 506 | * allocation. |
507 | */ | 507 | */ |
508 | down_read((&EXT4_I(inode)->i_data_sem)); | 508 | down_read(&EXT4_I(inode)->i_data_sem); |
509 | ext4_set_inode_state(inode, EXT4_STATE_EXT_MIGRATE); | 509 | ext4_set_inode_state(inode, EXT4_STATE_EXT_MIGRATE); |
510 | up_read((&EXT4_I(inode)->i_data_sem)); | 510 | up_read((&EXT4_I(inode)->i_data_sem)); |
511 | 511 | ||