Diff for /xfs-cmds/dmapi/libdm/dm_handle2path.c between versions 1.14 and 1.15

version 1.14, 2005/11/21 14:43:45 version 1.15, 2007/02/09 03:01:01
Line 294  get_mnt( Line 294  get_mnt(
   
                 /* skip anything that isn't dmapi */                  /* skip anything that isn't dmapi */
                 if ((hasmntopt(mntent, "dmapi") == 0) &&                  if ((hasmntopt(mntent, "dmapi") == 0) &&
                       (hasmntopt(mntent, "dmi") == 0) &&
                     (hasmntopt(mntent, "xdsm") == 0)) {                      (hasmntopt(mntent, "xdsm") == 0)) {
                         continue;                          continue;
                 }                  }

Removed from v.1.14  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>