diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 7465a7ffc4f..c115dd5e95a 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c @@ -353,9 +353,6 @@ xfs_parseargs(  			mp->m_qflags &= ~XFS_OQUOTA_ENFD;  		} else if (!strcmp(this_char, MNTOPT_DELAYLOG)) {  			mp->m_flags |= XFS_MOUNT_DELAYLOG; -			cmn_err(CE_WARN, -				"Enabling EXPERIMENTAL delayed logging feature " -				"- use at your own risk.\n");  		} else if (!strcmp(this_char, MNTOPT_NODELAYLOG)) {  			mp->m_flags &= ~XFS_MOUNT_DELAYLOG;  		} else if (!strcmp(this_char, "ihashsize")) {  |