Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jun 2014 01:58:08 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 186720] [xfs] is xfs now unsupported in the kernel?
Message-ID:  <bug-186720-3630-PtCsy7fHDS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-186720-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-186720-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186720

Benjamin Kaduk <bjk@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Discussion               |Issue Resolved
                 CC|                            |bjk@FreeBSD.org
         Resolution|---                         |Works As Intended

--- Comment #2 from Benjamin Kaduk <bjk@FreeBSD.org> ---
The XFS support was removed from stable/10 (then head) in r247631, as part of
the MPSAFE-VFS project.  The XFS kernel code was not safe to operate without
the VFS layer automatically grabbing the Giant kernel lock.  The compat code in
the VFS to automatically grab the Giant lock was removed to further general
improvements to the VFS layer, and will not be reintroduced.  Even read-only
support would require substantial work, and I do not expect that it will be
forthcoming.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-186720-3630-PtCsy7fHDS>