~ubuntu-branches/ubuntu/trusty/nilfs-tools/trusty

« back to all changes in this revision

Viewing changes to sbin/mount/umount.nilfs2.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2011-08-12 20:42:38 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20110812204238-3i5mnvvmg7amtyjm
Tags: upstream-2.1.0~rc2
ImportĀ upstreamĀ versionĀ 2.1.0~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
#include "xmalloc.h"
86
86
#include "mntent.h"
87
87
#include "mount_constants.h"
 
88
#include "mount_opts.h"
88
89
#include "mount.nilfs2.h"
89
90
#include "cleaner_exec.h"
90
91
#include "nls.h"
92
93
 
93
94
int verbose = 0;
94
95
int mount_quiet = 0;
 
96
int readonly = 0;
 
97
int readwrite = 0;
95
98
static int nomtab = 0;
96
99
 
97
100
extern char *optarg;