Searched hist:d534d31d6a45d71de61db22090b4820afb68fddc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | virtio_fs.c | diff d534d31d6a45d71de61db22090b4820afb68fddc Thu Oct 21 03:01:38 CDT 2021 Miklos Szeredi <mszeredi@redhat.com> fuse: check s_root when destroying sb
Checking "fm" works because currently sb->s_fs_info is cleared on error paths; however, sb->s_root is what generic_shutdown_super() checks to determine whether the sb was fully initialized or not.
This change will allow cleanup of sb setup error paths.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | inode.c | diff d534d31d6a45d71de61db22090b4820afb68fddc Thu Oct 21 03:01:38 CDT 2021 Miklos Szeredi <mszeredi@redhat.com> fuse: check s_root when destroying sb
Checking "fm" works because currently sb->s_fs_info is cleared on error paths; however, sb->s_root is what generic_shutdown_super() checks to determine whether the sb was fully initialized or not.
This change will allow cleanup of sb setup error paths.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|