ext4: let fiemap work with inline data
authorTao Ma <boyu.mt@taobao.com>
Mon, 10 Dec 2012 19:06:02 +0000 (14:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Dec 2012 19:06:02 +0000 (14:06 -0500)
fiemap is used to find the disk layout of a file, as for inline data,
let us just pretend like a file with just one extent.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c
fs/ext4/inline.c
fs/ext4/xattr.h

Simple merge
Simple merge
diff --cc fs/ext4/xattr.h
Simple merge