On Wed, Mar 12, 2014 at 10:01:33AM -0700, Darrick J. Wong wrote: > On Wed, Mar 12, 2014 at 10:38:57AM -0600, Andreas Dilger wrote: > > I thought it wasn't possible to have inline data and an external xattr block? > > It doesn't make sense to do it that way compared to the normal inline xattr > > and external data block. > > I don't know if you're /supposed/ to be able to do that, but the kernel permits > me to create an inline data dir and then set a huge xattr on it that forces the > allocation of an EA block. I could imagine situations where the file size is very small, and the xattr size is close to the blocksize, where it would make sense to allow this (since if we prohibited this, we would need to use two blocks, one for the data block since the data does't fit in the inode, and a second data block for the xattr) Anyway, I've applid the patch, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html