This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] PR5434: Fix syscall.nfsservctl.


On Tue, Oct 13, 2009 at 03:23, Przemyslaw Pawelczyk
<przemyslaw@pawelczyk.it> wrote:
> Use proper $vars according to CONFIG_NFSD and CONFIG_COMPAT in
> syscall.nfsservctl and mask it out along with return probe if
> CONFIG_NFSD != "[ym]" && CONFIG_COMPAT != "y".

I had a bad day yesterday. Really. Good that I don't have rights to
the repository, because I would give a new meaning to saying commit an
error...

> +%( CONFIG_NFSD == "[ym]" || CONFIG_COMPAT == "y" %?

> +%( CONFIG_NFSD == "[ym]" %?

Above lines were wrong, but now thankfully there are correct thanks to
Josh for spotting the typo in CONFIG_-related code and Frank for
fixing it (commit e61d83ef).

-- 
Przemysław Pawełczyk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]