From: Jens Axboe Date: Tue, 17 Oct 2006 17:43:22 +0000 (+0200) Subject: [PATCH] Remove SUID when splicing into an inode X-Git-Tag: v2.6.19-rc3~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c34e2d63231d4bf4852bac8521883944d770fe3;p=pandora-kernel.git [PATCH] Remove SUID when splicing into an inode Originally from Mark Fasheh generic_file_splice_write() does not remove S_ISUID or S_ISGID. This is inconsistent with the way we generally write to files. Signed-off-by: Mark Fasheh Signed-off-by: Jens Axboe --- Reading git-diff-tree failed