Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.
authorTristan Ye <tristan.ye@oracle.com>
Tue, 22 Dec 2009 01:11:58 +0000 (09:11 +0800)
committerJoel Becker <joel.becker@oracle.com>
Thu, 24 Dec 2009 01:52:09 +0000 (17:52 -0800)
For fast symlink, it can be treated the same as inlined files since
the data extent we want to return of both case all were stored in
metadata block. For symlink, it can be simply treated the same as we
did for regular files.

Signed-off-by: Tristan Ye <tristan.ye@oracle.com>
Acked-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>

No differences found