[Ocfs2-tools-devel] [PATCH] ocfs2-tools: add error message to mount.ocfs2 when mount point is invalid. [V3]
Coly Li
coyli at suse.de
Mon Aug 4 19:24:20 PDT 2008
Mark Fasheh Wrote:
> On Fri, Aug 01, 2008 at 09:37:36AM +0800, Coly Li wrote:
>> diff --git a/mount.ocfs2/mount.ocfs2.c b/mount.ocfs2/mount.ocfs2.c
>> index a97b4cb..eb8e336 100644
>> --- a/mount.ocfs2/mount.ocfs2.c
>> +++ b/mount.ocfs2/mount.ocfs2.c
>> @@ -382,9 +382,21 @@ int main(int argc, char **argv)
>> o2cb_complete_group_join(&cluster, &desc, errno);
>> }
>> block_signals (SIG_UNBLOCK);
>> - com_err(progname, ret, "while mounting %s on %s. "
>> - "Check 'dmesg' for more information on this error.",
>> - mo.dev, mo.dir);
>> +
>> + /* complain mount failure */
>> + if (lstat(mo.dir, &statbuf))
>
> statbuf is undeclared, and so this patch doesn't compile. None the less, I
> fixed and committed. Please be more careful next time.
>
Hmm, I missed a previous line when copying the patch from testing machine to my laptop. Thanks for
point out this and fix it. Should be more careful next time...
--
Coly Li
SuSE PRC Labs
More information about the Ocfs2-tools-devel
mailing list