[Bug 224037] Kernel crashes when trying to mount certain USB keys reported as WriteProtected

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 4 17:10:21 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224037

Scott Long <scottl at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scottl at FreeBSD.org

--- Comment #22 from Scott Long <scottl at FreeBSD.org> ---
Please use getattr, don't use flags.  For things like this that are used only
at initialization, it's fine to use a slow path method like getattr.  Save
flags for things that are more critical.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-scsi mailing list