Nick Piggin <npiggin@xxxxxxx> writes: > + return dynamic_dname(dentry, buffer, buflen, "anon_inode:%s", > + dentry->d_name.name, dentry->d_inode->i_ino); > +} This may be typo? The fmt has only "%s", but args are ->d_name.name and ->i_no. If so, it sounds like we would need to add __attribute__ ((format(printf, ...))) stuff to dynamic_dname(). Thanks. -- OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx> -- 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