
r.bhatia at ipax
Jul 1, 2010, 6:28 AM
Post #1 of 1
(206 views)
Permalink
|
|
[PATCH] Low: Add support for ext4 as well as ext4dev (prior to Linux 2.6.28)
|
|
# HG changeset patch # User Raoul Bhatia [IPAX] <r.bhatia [at] ipax> # 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 [at] lists http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
|