From 48ffdab1c1eb87fee9ed7366472e2b9aa4577a60 Mon Sep 17 00:00:00 2001 From: BoxiLiu Date: Wed, 30 Oct 2013 08:07:20 -0400 Subject: [PATCH] ext4: change ext4_read_inline_dir() to return 0 on success In ext4_read_inline_dir(), if there is inline data, the successful return value is the return value of ext4_read_inline_data(). Howewer, this is used by ext4_readdir(), and while it seems harmless to return a positive value on success, it's inconsistent, since historically we've always return 0 on success. Signed-off-by: BoxiLiu Signed-off-by: "Theodore Ts'o" Acked-by: Tao Ma --- Reading git-format-patch failed