~ubuntu-branches/ubuntu/wily/nilfs-tools/wily-proposed

« back to all changes in this revision

Viewing changes to sbin/mount/mount_libmount.c

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2015-05-20 03:51:41 UTC
  • mfrom: (6.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20150520035141-xnwae7fyyheeifdq
Tags: 2.2.3-2
* Upload to unstable.
* watch: minor correction.

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
        rungc = gc_ok && !mi->new_attrs.nogc;
405
405
        old_attrs = (mi->mflags & MS_REMOUNT) ? &mi->old_attrs : NULL;
406
406
 
407
 
        if (mnt_context_is_nomtab(cxt)) {
408
 
                if (rungc)
409
 
                        printf(_("%s not started\n"), NILFS_CLEANERD_NAME);
410
 
                return 0;
411
 
        }
412
 
 
413
407
        if (rungc) {
414
408
                if (mi->new_attrs.pp == ULONG_MAX)
415
409
                        mi->new_attrs.pp = mi->old_attrs.pp;