commit | 8c34e2d63231d4bf4852bac8521883944d770fe3 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Oct 17 19:43:22 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Thu Oct 19 20:53:09 2006 +0200 |
tree | 13e3332384bd1c5844d7827066815ae0ae75f8aa | |
parent | 01de85e057328ecbef36e108673b1e81059d54c1 [diff] |
[PATCH] Remove SUID when splicing into an inode 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>