Home
last modified time | relevance | path

Searched hist:"152 a7b0a808a00601328feba2001cbb2b530f771" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dinode.cdiff 152a7b0a808a00601328feba2001cbb2b530f771 Sun Dec 02 10:13:24 CST 2012 Tao Ma <boyu.mt@taobao.com> ext4: move extra inode read to a new function

Currently, in ext4_iget we do a simple check to see whether
there does exist some information starting from the end
of i_extra_size. With inline data added, this procedure
is more complicated. So move it to a new function named
ext4_iget_extra_inode.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>