···592592 interface that was used by acer-wmi driver. It will replaced by593593 information log when acer-wmi initial.594594Who: Lee, Chun-Yi <jlee@novell.com>595595+596596+----------------------------597597+What: The XFS nodelaylog mount option598598+When: 3.3599599+Why: The delaylog mode that has been the default since 2.6.39 has proven600600+ stable, and the old code is in the way of additional improvements in601601+ the log code.602602+Who: Christoph Hellwig <hch@lst.de>
+2
fs/xfs/xfs_super.c
···356356 mp->m_flags |= XFS_MOUNT_DELAYLOG;357357 } else if (!strcmp(this_char, MNTOPT_NODELAYLOG)) {358358 mp->m_flags &= ~XFS_MOUNT_DELAYLOG;359359+ xfs_warn(mp,360360+ "nodelaylog is deprecated and will be removed in Linux 3.3");359361 } else if (!strcmp(this_char, MNTOPT_DISCARD)) {360362 mp->m_flags |= XFS_MOUNT_DISCARD;361363 } else if (!strcmp(this_char, MNTOPT_NODISCARD)) {