From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12028 invoked by alias); 13 Oct 2006 22:01:43 -0000 Received: (qmail 11983 invoked by uid 9582); 13 Oct 2006 22:01:40 -0000 Date: Fri, 13 Oct 2006 22:01:00 -0000 Message-ID: <20061013220140.11982.qmail@sourceware.org> From: rpeterso@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs2/mount util.c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00150.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2006-10-13 22:01:40 Modified files: gfs2/mount : util.c Log message: This is a fix for bugzilla bug 210300: Unknown mount option "users". The gfs and gfs2 mount helper (/sbin/mount.gfs2) was aborting if it saw mount options that are not part of mount.h (i.e. internal to mount and vfs). The fix is to add the missing options so the mount helper will recognize them properly. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/util.c.diff?cvsroot=cluster&r1=1.14&r2=1.15