From: Jeremy Kerr Date: Mon, 30 Jun 2008 02:17:28 +0000 (+1000) Subject: powerpc/spufs: allow spufs files to specify sizes X-Git-Tag: v2.6.27-rc1~1058^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23d893f51cde7013e4c29094da2237cce4f20035;p=pandora-kernel.git powerpc/spufs: allow spufs files to specify sizes Currently, spufs never specifies the i_size for the files in context directories, so stat() always reports 0-byte files. This change adds allows the spufs_dir_(nosched_)contents arrays to specify a file size. This allows stat() to report correct file sizes, and makes SEEK_END work. Signed-off-by: Jeremy Kerr --- Reading git-diff-tree failed