Merge branch 'xfs-misc-fixes-for-4.4-1' into for-next
authorDave Chinner <david@fromorbit.com>
Mon, 12 Oct 2015 07:38:25 +0000 (18:38 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 12 Oct 2015 07:38:25 +0000 (18:38 +1100)
1  2 
fs/xfs/libxfs/xfs_btree.c
fs/xfs/xfs_buf.c
fs/xfs/xfs_ioctl.c

Simple merge
@@@ -354,10 -354,11 +354,11 @@@ retry
                         */
                        if (!(++retries % 100))
                                xfs_err(NULL,
-               "possible memory allocation deadlock in %s (mode:0x%x)",
+               "%s(%u) possible memory allocation deadlock in %s (mode:0x%x)",
+                                       current->comm, current->pid,
                                        __func__, gfp_mask);
  
 -                      XFS_STATS_INC(xb_page_retries);
 +                      XFS_STATS_INC(bp->b_target->bt_mount, xb_page_retries);
                        congestion_wait(BLK_RW_ASYNC, HZ/50);
                        goto retry;
                }
Simple merge