On Fri, 2009-04-17 at 10:37 +0200, Christoph Hellwig wrote: > Add support for the standard attributes set via chattr and read vis > lsattr. Currently we store the attributes in the flags value in > the btrfs inode, but I wonder whether we should split it into two so > that we don't have to keep converting between the two formats. > > Remove the btrfs_clear_flag/btrfs_set_flag/btrfs_test_flag macros > as they were obsfuction the existing code and got in the way of the > new additions. > > Also add the FS_IOC_GETVERSION ioctl for getting i_generation as it's > trivial. > Thanks. > Btw, any idea what the BTRFS_INODE_REDONLY flag is for? It's a subset > of the immutable flag, but can't actually be set anywhere from the > filesystem code. > The ext3 converter sets BTRFS_INODE_READONLY on the ext3 image file. -chris -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
