On Mon, Jun 02, 2014 at 07:39:28PM +0800, Zheng Liu wrote: > From: Zheng Liu <wenqing.lz@xxxxxxxxxx> > > This commit tries to fix a bug that we can't read symlink properly with > inline data feature when the length of symlink is greater than 60 bytes > but less than extra space.... Applied, thanks. > + if (ext4_has_inline_data(inode)) > + return 0; > + I am wondering though, as we add ext4_has_inline_data() to more and more codepaths, whether we might be better off making this an inline function in ext4.h. We should see how much such a change bloats the text sizes, and whether there is any measurable CPU difference. Cheers, - 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