From: Emoly Liu Date: Mon, 28 Jan 2013 18:50:34 +0000 (+0800) Subject: LU-2634 ldiskfs: clear extent flag for fast symlink X-Git-Tag: 2.3.62~47 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=43414bd6f25a4b207e13539414782ddb961fbf2a;hp=43414bd6f25a4b207e13539414782ddb961fbf2a LU-2634 ldiskfs: clear extent flag for fast symlink Fast symlinks on MDT filesystems formatted with the "extents" feature are created with EXT4_EXTENTS_FL. e2fsck considers this a corruption and deletes the symlink. The patch is to clear LDISKFS_INODE_EXTENTS flag in osd_ldiskfs_writelink() just as ext4_symlink() does. Signed-off-by: Liu Ying Change-Id: Ib7c1eee7becfaf2b80805d3f6c13658686ad5699 Reviewed-on: http://review.whamcloud.com/5154 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Alex Zhuravlev ---