The patch titled reiser4: change error code base has been removed from the -mm tree. Its filename was reiser4-change-error-code-base.patch This patch was dropped because it was folded into reiser4.patch ------------------------------------------------------ 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 origin.patch reiser4.patch reiser4-change-error-code-base.patch reiser4-use-lzo-library-functions.patch fs-reiser4-plugin-file-cryptcompressc-kmalloc-memset-conversion-to-kzalloc.patch reiser4-kmalloc-memset-conversion-to-kzalloc.patch fs-reiser4-init_superc-kmalloc-memset-conversion-to-kzalloc.patch fs-reiser4-plugin-inode_ops_renamec-kmalloc-memset-conversion-to-kzalloc.patch fs-reiser4-ktxnmgrdc-kmalloc-memset-conversion-to-kzalloc.patch git-nfsd-broke-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