summaryrefslogtreecommitdiffstats
path: root/sound/arm
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-09-10 03:32:41 +0200
committerTheodore Ts'o <tytso@mit.edu>2009-09-10 03:32:41 +0200
commitc7acb4c16646943180bd221c167a077e0a084f9c (patch)
treebb6f867bffc867b5c160fcb09e3054e66d7cf2f6 /sound/arm
parentext4: print more sysadmin-friendly message in check_block_validity() (diff)
downloadlinux-c7acb4c16646943180bd221c167a077e0a084f9c.tar.xz
linux-c7acb4c16646943180bd221c167a077e0a084f9c.zip
ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}()
When ext4 is using a journal, a metadata block which is deallocated must be passed into the journal layer so it can be dropped from the current transaction and/or revoked. This is done by calling the functions ext4_journal_forget() and ext4_journal_revoke(), which call jbd2_journal_forget(), and jbd2_journal_revoke(), respectively. Since the jbd2_journal_forget() and jbd2_journal_revoke() call bforget(), if ext4 is not using a journal, ext4_journal_forget() and ext4_journal_revoke() must call bforget() to avoid a dirty metadata block overwriting a block after it has been reallocated and reused for another inode's data block. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'sound/arm')
0 files changed, 0 insertions, 0 deletions