git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b920c75
)
ext4: Add BUG_ON debugging checks to noalloc_get_block_write()
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 12 May 2009 17:51:29 +0000
(13:51 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 12 May 2009 17:51:29 +0000
(13:51 -0400)
Enforce that noalloc_get_block_write() is only called to map one block
at a time, and that it always is successful in finding a mapping for
given an inode's logical block block number if it is called with
create == 1.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found