X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=fs%2Fext4%2Fialloc.c;h=091a18a51c99695c29e72fe8fa79e9a28200b5e2;hb=263663888d2f00421887e251d93ebc52650a37ab;hp=2addcb8730e19afedcabac390e775124e6a66559;hpb=06e386a1db54ab6a671e103e929b590f7a88f0e3;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index 2addcb8..091a18a 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c @@ -1225,7 +1225,7 @@ struct inode *ext4_orphan_get(struct super_block *sb, unsigned long ino) if (!ext4_test_bit(bit, bitmap_bh->b_data)) goto bad_orphan; - inode = ext4_iget(sb, ino); + inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); if (IS_ERR(inode)) { err = PTR_ERR(inode); ext4_error(sb, "couldn't read orphan inode %lu (err %d)",