On Sat, Jan 01, 2011 at 10:17:16PM -0800, Randy Dunlap wrote: > +config FS_POSIX_ACL > +# Posix ACL utility routines > +# (for now, ext2/ext3/ext4/jfs/jffs2/reiserfs/xfs/btrfs/gfs2/ocfs2/nfs4/9p) > +# > +# NOTE: you can implement Posix ACLs without these helpers. > +# Never use this symbol for ifdefs. > +# > + def_bool n > + I'd drop the list of filesystems, and move the comment above the symbol, e.g: # # Posix ACL utility routines # # Note: Posix ACLs can be implemented without these helpers. Never use # this symbol for ifdefs in core code. # config FS_POSIX_ACL def_bool n -- 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