~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to mount/mount_constants.h

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#ifndef MS_REC
38
38
#define MS_REC          0x4000  /* 16384: Recursive loopback */
39
39
#endif
40
 
#ifndef MS_VERBOSE
41
 
#define MS_VERBOSE      0x8000  /* 32768 */
 
40
#ifndef MS_SILENT
 
41
#define MS_SILENT       0x8000  /* 32768 (was MS_VERBOSE) */
42
42
#endif
43
43
#ifndef MS_RELATIME
44
44
#define MS_RELATIME     0x200000 /* 200000: Update access times relative