linux/fs/overlayfs
Miklos Szeredi 1f244dc521 ovl: clean up error handling in ovl_get_tmpfile()
If security_inode_copy_up() fails, it should not set new_creds, so no need
for the cleanup (which would've Oops-ed anyway, due to old_creds being
NULL).

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2018-10-26 23:34:39 +02:00
..
2018-09-25 20:41:23 +02:00
2018-07-18 15:44:41 +02:00
2018-10-04 14:49:10 +02:00