The patch titled reiser4: fix read_tail has been added to the -mm tree. Its filename is reiser4-fix-read_tail.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: reiser4: fix read_tail From: Edward Shishkin <edward@xxxxxxxxxxx> Update hint when reading tails Signed-off-by: Edward Shishkin <edward@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/reiser4/plugin/item/tail.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/reiser4/plugin/item/tail.c~reiser4-fix-read_tail fs/reiser4/plugin/item/tail.c --- a/fs/reiser4/plugin/item/tail.c~reiser4-fix-read_tail +++ a/fs/reiser4/plugin/item/tail.c @@ -758,7 +758,7 @@ int reiser4_read_tail(struct file *file coord->unit_pos--; coord->between = AFTER_UNIT; } - + reiser4_set_hint(hint, &f->key, ZNODE_READ_LOCK); return 0; } _ Patches currently in -mm which might be from edward@xxxxxxxxxxx are reiser4.patch mm-clean-up-and-kernelify-shrinker-registration-reiser4.patch reiser4-fix-extent2tail.patch reiser4-fix-read_tail.patch reiser4-fix-unix-file-readpages-filler.patch reiser4-fix-for-new-aops-patches.patch git-block-vs-reiser4.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html