commit | bd30d702fc320085f178d22866b32fdc4736c991 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Sep 01 14:33:09 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Sep 01 14:33:09 2014 -0400 |
tree | 18ebc50354bcbf994ee0c400e7dc14cac7e6db6c | |
parent | 713e8dde3e71e92db2d8cc8459d236ce1fb576ce [diff] |
ext4: fix accidental flag aliasing in ext4_map_blocks flags 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>