2009/5/29 Edward Tomasz Napierala <tr...@freebsd.org>:

>        u_int           mnt_flag;               /* (i) flags shared with user 
> */
> +       u_int           mnt_xflag;              /* (i) more flags shared with 
> user */

I have a trivial question, it probably has to do more with style than
with technical issues: why not expand this variable to u_int64 instead
of introducing another variable? Atomicity of int access on 32-bit
platforms could be an answer but judging from what the variable does,
I don't see it being very relevant.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to