On Fri, 09 Nov 2007 09:48:22 -0800
Zach Brown <zach.brown@oracle.com> wrote:
reiserfs is doing tail packing during the file_release call, which has
lots of advantages for removing complexity in file_write.
Without getting into a huge patch, the best fix would just be switching
to try lock. If the tail doesn't get packed, the world doesn't end.
-chris
-