~ubuntu-branches/ubuntu/trusty/linux-lts-vivid/trusty-proposed

« back to all changes in this revision

Viewing changes to fs/xfs/xfs_super.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Kamal Mostafa, K. Y. Srinivasan
  • Date: 2015-11-23 13:24:32 UTC
  • Revision ID: package-import@ubuntu.com-20151123132432-903xk653el60bfun
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1518519

[ K. Y. Srinivasan ]

* SAUCE: Drivers: hv: vmbus: Fix a Host signaling bug
  - LP: #1508706

Show diffs side-by-side

added added

removed removed

Lines of Context:
524
524
                seq_printf(m, "," MNTOPT_LOGBSIZE "=%dk", mp->m_logbsize >> 10);
525
525
 
526
526
        if (mp->m_logname)
527
 
                seq_printf(m, "," MNTOPT_LOGDEV "=%s", mp->m_logname);
 
527
                seq_show_option(m, MNTOPT_LOGDEV, mp->m_logname);
528
528
        if (mp->m_rtname)
529
 
                seq_printf(m, "," MNTOPT_RTDEV "=%s", mp->m_rtname);
 
529
                seq_show_option(m, MNTOPT_RTDEV, mp->m_rtname);
530
530
 
531
531
        if (mp->m_dalign > 0)
532
532
                seq_printf(m, "," MNTOPT_SUNIT "=%d",