Whamcloud - gitweb
e2fsck: handle symlink properly with inline data
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 2 Jun 2014 11:40:40 +0000 (19:40 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Jun 2014 14:57:16 +0000 (10:57 -0400)
commitf9f8fded2ff01650f697a1295b5ed6512f7ccb88
treeb64b44ceb25f47c98a9d533330f138063e02065e
parentbb9cca2ca91b46e820f77dda38e01fb2860dc5d2
e2fsck: handle symlink properly with inline data

After fixing a bug on kernel side for handling symlink properly with
inline data, it will break the assumption in e2fsck because in original
patch set of inline data it doesn't support symlink with inline data
feature.  This commit makes e2fsck handle symlink properly with inline
data.

After applied this patch, the inline data feature has ability to store
the symlink.  We also need to add this ability for symlink commmand in
debugfs.

Cc: Ian Nartowicz <claws@nartowicz.co.uk>
Cc: Tao Ma <tm@tao.ma>
Cc: "Darrick J. Wong" <darrick.wong@oracle.com>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Cc: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1.c