diff options
author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2010-08-28 08:57:15 +0000 |
---|---|---|
committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2010-08-28 08:57:15 +0000 |
commit | c87f1ad43ce664de499084f7662dd59b1c180eff (patch) | |
tree | 5216e09d1d3ceb4e2984d034b547bc157ff7fbb3 /sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/metaslab.h | |
parent | 4d02a00a57d8ce2bd81efc6c9b65ab7ce241bc5e (diff) | |
download | src-c87f1ad43ce664de499084f7662dd59b1c180eff.tar.gz src-c87f1ad43ce664de499084f7662dd59b1c180eff.zip |
There is a bug in vfs_allocate_syncvnode() failure handling in mount code.
Actually it is hard to properly handle such a failure, especially in MNT_UPDATE
case. The only reason for the vfs_allocate_syncvnode() function to fail is
getnewvnode() failure. Fortunately it is impossible for current implementation
of getnewvnode() to fail, so we can assert this and make
vfs_allocate_syncvnode() void. This in turn free us from handling its failures
in the mount code.
Reviewed by: kib
MFC after: 1 month
Notes
Notes:
svn path=/head/; revision=211930
Diffstat (limited to 'sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/metaslab.h')
0 files changed, 0 insertions, 0 deletions