Skip to content

Commit 1c7161e

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
xfs: remove the EXPERIMENTAL warning for pNFS
The pNFS layout support has been around for 10 years without major issues, drop the EXPERIMENTAL warning. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Carlos Maiolino <[email protected]> Signed-off-by: Carlos Maiolino <[email protected]>
1 parent ca43b74 commit 1c7161e

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

fs/xfs/xfs_message.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ xfs_warn_experimental(
141141
const char *name;
142142
long opstate;
143143
} features[] = {
144-
[XFS_EXPERIMENTAL_PNFS] = {
145-
.opstate = XFS_OPSTATE_WARNED_PNFS,
146-
.name = "pNFS",
147-
},
148144
[XFS_EXPERIMENTAL_SHRINK] = {
149145
.opstate = XFS_OPSTATE_WARNED_SHRINK,
150146
.name = "online shrink",

fs/xfs/xfs_message.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ void xfs_buf_alert_ratelimited(struct xfs_buf *bp, const char *rlmsg,
9191
const char *fmt, ...);
9292

9393
enum xfs_experimental_feat {
94-
XFS_EXPERIMENTAL_PNFS,
9594
XFS_EXPERIMENTAL_SHRINK,
9695
XFS_EXPERIMENTAL_LARP,
9796
XFS_EXPERIMENTAL_LBS,

fs/xfs/xfs_mount.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,6 @@ __XFS_HAS_FEAT(nouuid, NOUUID)
557557
*/
558558
#define XFS_OPSTATE_BLOCKGC_ENABLED 6
559559

560-
/* Kernel has logged a warning about pNFS being used on this fs. */
561-
#define XFS_OPSTATE_WARNED_PNFS 7
562560
/* Kernel has logged a warning about shrink being used on this fs. */
563561
#define XFS_OPSTATE_WARNED_SHRINK 9
564562
/* Kernel has logged a warning about logged xattr updates being used. */

fs/xfs/xfs_pnfs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ xfs_fs_get_uuid(
5858
{
5959
struct xfs_mount *mp = XFS_M(sb);
6060

61-
xfs_warn_experimental(mp, XFS_EXPERIMENTAL_PNFS);
62-
6361
if (*len < sizeof(uuid_t))
6462
return -EINVAL;
6563

0 commit comments

Comments
 (0)