ext4: drop ext4_handle_dirty_super()
[sfrench/cifs-2.6.git] / fs / ext4 / xattr.c
index 1db7ca778d69e69dbbeade6a2c8543561b30d997..372208500f4e766f0167ce4597f777dafc6891f2 100644 (file)
@@ -796,7 +796,7 @@ static void ext4_xattr_update_super_block(handle_t *handle,
                ext4_set_feature_xattr(sb);
                ext4_superblock_csum_set(sb);
                unlock_buffer(EXT4_SB(sb)->s_sbh);
-               ext4_handle_dirty_super(handle, sb);
+               ext4_handle_dirty_metadata(handle, NULL, EXT4_SB(sb)->s_sbh);
        }
 }