[PATCH] Remove SUID when splicing into an inode
authorJens Axboe <jens.axboe@oracle.com>
Tue, 17 Oct 2006 17:43:22 +0000 (19:43 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Thu, 19 Oct 2006 18:53:09 +0000 (20:53 +0200)
Originally from Mark Fasheh <mark.fasheh@oracle.com>

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 <mark.fasheh@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/splice.c

diff --cc fs/splice.c
Simple merge