]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: check inline_data in pass3
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 3 Mar 2014 06:02:52 +0000 (01:02 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Mar 2014 13:46:15 +0000 (08:46 -0500)
commit9676f3a94f4cece2458e5a13332c978832bb0ce7
tree3d1705dd4f06ee740085ec17c032ac28bd632bd1
parent6582dbe91b368ba01eb685d1314dd830fa00bde4
e2fsck: check inline_data in pass3

In e2fsck_expand_directory() we don't handle a dir with inline data
because when this function is called the directory inode shouldn't
contains inline data.

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/pass3.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/rehash.c