ext4: fix accidental flag aliasing in ext4_map_blocks flags
authorTheodore Ts'o <tytso@mit.edu>
Mon, 1 Sep 2014 18:33:09 +0000 (14:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 1 Sep 2014 18:33:09 +0000 (14:33 -0400)
Commit b8a8684502a0f introduced an accidental flag aliasing between
EXT4_EX_NOCACHE and EXT4_GET_BLOCKS_CONVERT_UNWRITTEN.

Fortunately, this didn't introduce any untorward side effects --- we
got lucky.  Nevertheless, fix this and leave a warning to hopefully
avoid this from happening in the future.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>

No differences found