Miklos Szeredi 7f3d4ee108 vfs: splice remove_suid() cleanup
generic_file_splice_write() duplicates remove_suid() just because it
doesn't hold i_mutex.  But it grabs i_mutex inside splice_from_pipe()
anyway, so this is rather pointless.

Move locking to generic_file_splice_write() and call remove_suid() and
__splice_from_pipe() instead.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-05-07 09:29:00 +02:00
..
2008-04-23 23:00:13 -04:00
2008-05-04 14:45:55 -07:00
2008-05-05 12:38:50 -07:00
2008-05-01 08:03:58 -07:00
2008-05-07 09:29:00 +02:00
2008-04-29 08:06:12 -07:00
2008-04-24 23:57:33 +02:00