Whamcloud - gitweb
LU-7718 utils: lfs getstripe does not work on bind mount
[fs/lustre-release.git] / lustre / utils / lustreapi_internal.h
index 2166c1e..deb77fc 100644 (file)
 #define WANT_FD     0x4
 #define WANT_INDEX  0x8
 #define WANT_ERROR  0x10
+
+/* mount point listings in /proc/mounts */
+#ifndef PROC_MOUNTS
+#define PROC_MOUNTS "/proc/mounts"
+#endif
+
 int get_root_path(int want, char *fsname, int *outfd, char *path, int index);
 int root_ioctl(const char *mdtname, int opc, void *data, int *mdtidxp,
               int want_error);