On Thu, May 29, 2008 at 01:32:49PM +0200, Miklos Szeredi wrote: > From: Miklos Szeredi <mszeredi@xxxxxxx> > > Rename nfsd specific MAY_* flags to NFSD_MAY_* to make it clear, that > these are not used outside nfsd, and to avoid namespace conflicts with > the VFS. But they _are_ in the same namespace as the VFS ones. This needs to be sorted out by real by understanding what's going on here and either separating this flags out and passing them in a separate argument, or moving them to include/linux/fs.h so it's obvious for anyone adding new flags that they must not collide. In that later case it might make sense to add add a NFSD in the name, although MAY_NFSD_* makes more sense to keep a unique prefix. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html