Hi!

This is a redefinitions of PARAMASK in the patch, that you attached

-------8<---------
 ...
 #define        PARAMASK        0x0ffffe00 /* mask of parameter descriptors */
+#define        TRAILINGSLASH   0x10000000 /* path ended in a slash */
+#define        PARAMASK        0x1ffffe00 /* mask of parameter descriptors */
 ...
-------8<---------



On 5/27/09, Dag-Erling Smørgrav <d...@des.no> wrote:
> Eygene Ryabinkin <rea-f...@codelabs.ru> writes:
>> [new three-part patch]
>
> I committed the namei.h cleanup patch and the vfs_lookup.c comment
> patch.
>
> I made a number of changes to the trailing-slash patch.  Can you
> double-check it before I commit it?
>
> DES
> --
> Dag-Erling Smørgrav - d...@des.no
>
>
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to