# HG changeset patch
# User Raoul Bhatia [IPAX] <r.bha...@ipax.at>
# Date 1277990824 -7200
# Node ID 23884dfd86b4840ef59e2b0cce836e86390dbc6b
# Parent  93ad82df2132b836802c8e95aad7b521acf3f3d0
Low: Add support for ext4 as well as ext4dev (prior to Linux 2.6.28)

diff -r 93ad82df2132 -r 23884dfd86b4 heartbeat/Filesystem
--- a/heartbeat/Filesystem      Wed Jun 30 23:21:22 2010 +0200
+++ b/heartbeat/Filesystem      Thu Jul 01 15:27:04 2010 +0200
@@ -399,7 +399,7 @@
            no)    false;;
            ""|auto)
                case $FSTYPE in
-                   
ext3|reiserfs|reiser4|nss|xfs|jfs|vfat|fat|nfs|cifs|smbfs|ocfs2|gfs2|none|lustre)
+                   
ext4|ext4dev|ext3|reiserfs|reiser4|nss|xfs|jfs|vfat|fat|nfs|cifs|smbfs|ocfs2|gfs2|none|lustre)
                        false;;
                    *)
                        true;;
_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to