~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to src/fs-is-local.h

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
      case S_MAGIC_BFS: return 1;
18
18
      case S_MAGIC_BINFMTFS: return 1;
19
19
      case S_MAGIC_BTRFS: return 1;
 
20
      case S_MAGIC_CEPH: return 0;
20
21
      case S_MAGIC_CGROUP: return 1;
21
22
      case S_MAGIC_CIFS: return 0;
22
23
      case S_MAGIC_CODA: return 0;