diff for duplicates of <20070725191437.GA29943@rain> diff --git a/a/1.txt b/N1/1.txt index fbbdd63..81e5ed3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ But why add them to patch? > + /* Sort out mod used on SunOS 4.1.3 for fs_state */ > + uspi->s_postblformat = fs32_to_cpu(sb, usb3->fs_postblformat); -> + if (((flags & UFS_ST_MASK) = UFS_ST_SUNOS) && +> + if (((flags & UFS_ST_MASK) == UFS_ST_SUNOS) && > + (uspi->s_postblformat != UFS_42POSTBLFMT)) > + { > + flags &= ~UFS_ST_MASK; @@ -24,11 +24,11 @@ Documentation/CodingStyle: if () { > switch (UFS_SB(sb)->s_flags & UFS_ST_MASK) { > + case UFS_ST_SUNOS: -> + if (fs32_to_cpu(sb, usb3->fs_postblformat = UFS_42POSTBLFMT)) +> + if (fs32_to_cpu(sb, usb3->fs_postblformat == UFS_42POSTBLFMT)) Really should be so? May be you mean: -fs32_to_cpu(sb, usb3->fs_postblformat) = UFS_42POSTBLFMT ? +fs32_to_cpu(sb, usb3->fs_postblformat) == UFS_42POSTBLFMT ? ^ diff --git a/a/content_digest b/N1/content_digest index 9d9642d..4e28b9f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.61.0707251718380.20510@mtfhpc.demon.co.uk\0" "From\0Evgeniy Dushistov <dushistov@mail.ru>\0" "Subject\0Re: [PATCH] Add in SunOS 4.1.x compatible mode for UFS\0" - "Date\0Wed, 25 Jul 2007 19:14:37 +0000\0" + "Date\0Wed, 25 Jul 2007 23:14:37 +0400\0" "To\0Mark Fortescue <mark@mtfhpc.demon.co.uk>\0" "Cc\0wli@holomorphy.com" sparclinux@vger.kernel.org @@ -21,7 +21,7 @@ " \n" "> +\t/* Sort out mod used on SunOS 4.1.3 for fs_state */\n" "> +\tuspi->s_postblformat = fs32_to_cpu(sb, usb3->fs_postblformat);\n" - "> +\tif (((flags & UFS_ST_MASK) = UFS_ST_SUNOS) &&\n" + "> +\tif (((flags & UFS_ST_MASK) == UFS_ST_SUNOS) &&\n" "> +\t (uspi->s_postblformat != UFS_42POSTBLFMT))\n" "> +\t{\n" "> +\t flags &= ~UFS_ST_MASK;\n" @@ -34,15 +34,15 @@ "\n" "> \tswitch (UFS_SB(sb)->s_flags & UFS_ST_MASK) {\n" "> +\tcase UFS_ST_SUNOS:\n" - "> +\t\tif (fs32_to_cpu(sb, usb3->fs_postblformat = UFS_42POSTBLFMT))\n" + "> +\t\tif (fs32_to_cpu(sb, usb3->fs_postblformat == UFS_42POSTBLFMT))\n" "\n" "Really should be so?\n" "May be you mean:\n" - "fs32_to_cpu(sb, usb3->fs_postblformat) = UFS_42POSTBLFMT ?\n" + "fs32_to_cpu(sb, usb3->fs_postblformat) == UFS_42POSTBLFMT ?\n" " ^\n" "\n" "\n" "-- \n" /Evgeniy -48f6261ff12fe8e78860deb4ab6887fb4bd654d893f6542bf17dadbd9a23e3cd +f207e75bb5a7170ca280202bb416fdb4806212d8641e5328ffef46fc75bf2102
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.