commit | a2dc52b5d1d8cc280b3e795abf1c80ac8c49f30c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue May 12 13:51:29 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 12 13:51:29 2009 -0400 |
tree | 2f425d897dfdab9f2a5997f9801c6ccbea7c1323 | |
parent | b920c75502cb2c48654ef196d647c8eb81ab608a [diff] |
ext4: Add BUG_ON debugging checks to noalloc_get_block_write() 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>