The patch titled reiser4: change error code base has been added to the -mm tree. Its filename is reiser4-change-error-code-base.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: change error code base From: Edward Shishkin <edward@xxxxxxxxxxx> Change REISER4_ERROR_CODE_BASE to 10000 to not overlap real errnos Signed-off-by: Edward Shishkin <edward@xxxxxxxxxxx> Cc: "Vladimir V. Saveliev" <vs@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/reiser4/reiser4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/reiser4/reiser4.h~reiser4-change-error-code-base fs/reiser4/reiser4.h --- a/fs/reiser4/reiser4.h~reiser4-change-error-code-base +++ a/fs/reiser4/reiser4.h @@ -232,7 +232,7 @@ extern const int REISER4_MAGIC_OFFSET; / /** Reiser4 specific error codes **/ -#define REISER4_ERROR_CODE_BASE 500 +#define REISER4_ERROR_CODE_BASE 10000 /* Neighbor is not available (side neighbor or parent) */ #define E_NO_NEIGHBOR (REISER4_ERROR_CODE_BASE) _ Patches currently in -mm which might be from edward@xxxxxxxxxxx are lzo-add-some-missing-casts.patch 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 reiser4-cryptcompress-misc-fixups.patch reiser4-change-error-code-base.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