In message <[EMAIL PROTECTED]>, Yiannis Pericleous writes: > commit 5f05d38a85e0865342a8858819050fb3ac0341f0 > Author: Yiannis Pericleous <[EMAIL PROTECTED]> > Date: Mon Apr 23 14:31:20 2007 -0400 > > removed unneeded #defines > > diff --git a/fs/unionfs/odf.h b/fs/unionfs/odf.h > index > 3ab29ebf298f56f507d79479f8766d9286e828e8..a8469bb9b9d847b64fe76825b4814655116e466e > 100644 > --- a/fs/unionfs/odf.h > +++ b/fs/unionfs/odf.h > @@ -31,10 +31,6 @@ #define ODF_RMV_WH 1 > #define ODF_RMV_NOTWH 2 > #define ODF_RMV_ANY (ODF_RMV_WH|ODF_RMV_NOTWH) > > -/* Inode flags */ > -#define ODF_WHITEOUT FS_SECRM_FL //0x01000000 > -#define ODF_OPAQUE FS_COMPR_FL // 0x02000000
BTW, don't use C++ style comments at all. Erez. _______________________________________________ unionfs-cvs mailing list: http://unionfs.filesystems.org/ [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs
