On Thu, Aug 11, 2016 at 7:23 PM, Dave Chinner wrote: > > And, as usual, that's the answer. Here's the reproducer: > > # sudo mkfs.xfs -f -m crc=0 /dev/pmem1 > # sudo mount -o noatime /dev/pmem1 /mnt/scratch > # sudo xfs_io -f -c "pwrite 0 512m -b 1" /mnt/scratch/fooey Heh. Ok, so 1 byte or 1kB at a time is pretty much the same thing, yeah. And I guess that also explains why the system call entry showed up so high in the profiles. I'l take another look at tree_lock tomorrow, but it sounds like this particular AIM regression is now effectively a solved (or at least known) issue. Thanks, Linus