]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/xfs_trans_ail.c
net/9p: fix printk format warnings
[linux-2.6-omap-h63xx.git] / fs / xfs / xfs_trans_ail.c
index 13235ae9a582138ecb5ef5e7e16a09fb88bb7845..1f77c00af566be43c8a2c569e2be9222002f555f 100644 (file)
@@ -438,7 +438,7 @@ xfs_trans_delete_ail(
                else {
                        xfs_cmn_err(XFS_PTAG_AILDELETE, CE_ALERT, mp,
                "%s: attempting to delete a log item that is not in the AIL",
-                                       __FUNCTION__);
+                                       __func__);
                        spin_unlock(&mp->m_ail_lock);
                        xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
                }