From: Eric W. Biederman Date: Wed, 12 Aug 2015 20:00:12 +0000 (-0500) Subject: fs: Set the size of empty dirs to 0. X-Git-Tag: omap-for-v4.3/fixes-rc1~127^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b75de8615050c1b0dd8d7794838c42f74ed36ba;p=pandora-kernel.git fs: Set the size of empty dirs to 0. Before the make_empty_dir_inode calls were introduce into proc, sysfs, and sysctl those directories when stated reported an i_size of 0. make_empty_dir_inode started reporting an i_size of 2. At least one userspace application depended on stat returning i_size of 0. So modify make_empty_dir_inode to cause an i_size of 0 to be reported for these directories. Cc: stable@vger.kernel.org Reported-by: Tejun Heo Acked-by: Tejun Heo Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed