2006-08-18 20:11:47

by James Yarbrough

[permalink] [raw]
Subject: Re: [PATCH 2/5] NLM failover - per fs grace period

Greg Banks wrote:
>
> On Mon, 2006-08-14 at 16:00, Wendy Cheng wrote:
> > This change enables per NFS-export entry lockd grace period.[...]
>
> >
> > +/* Server fsid linked list for NLM lock failover */
> > +struct nlm_serv {
> > + struct nlm_serv* s_next; /* linked list */
> > + unsigned long s_grace_period; /* per fsid grace period */
> > + int s_fsid; /* export fsid */
> > +};
> > +
>
> The name of this structure appears to be left over from your
> previous approach; it doesn't really represent a server anymore.
> Giving the structure, and list, and the lock that protects it
> similar and appropriate names might be nice.
>
> Also, the s_grace_period field isn't actually a period, it's
> the future expiry time expressed in jiffies. The field name
> and comment are both confusing.

It might be a good idea to change s_grace_period to something like
s_grace_end since it actually marks the ending time of the grace period.
If you do change the name, it would be a good idea to enhance the
commentary to indicate the relationship of the field to the grace period.
That should leave enough breadcrumbs for anyone familiar with the NLM
terminology to follow.

--
[email protected]
650 933 3124

I need more snakes.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs