Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1495299

[PATCH] return the right error in thaw_bdev()

From Pierre Morel <pmorel@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [PATCH] return the right error in thaw_bdev()
Date 2016-10-04 11:00 +0200
Message-ID <sotJT-lb-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


When triggering thaw-filesystems via magic sysrq, the system freezes.

It is due to an error in thaw_bdev() for which I sent a
patch in august 2015, but the patch has not been applied and
the problem remains.

Since the original subject "always return an error..." may
be confusing, I changed the subject line and rebased the patch
on Linux 4.8-rc8.


Pierre Morel (1):
  fs/block_dev.c: return the right error in thaw_bdev()

 fs/block_dev.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
2.5.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] return the right error in thaw_bdev() Pierre Morel <pmorel@linux.vnet.ibm.com> - 2016-10-04 11:00 +0200
  [PATCH] fs/block_dev.c: return the right error in thaw_bdev() Pierre Morel <pmorel@linux.vnet.ibm.com> - 2016-10-04 11:00 +0200
    Re: [PATCH] fs/block_dev.c: return the right error in thaw_bdev() Jan Kara <jack@suse.cz> - 2016-10-04 11:10 +0200
      Re: [PATCH] fs/block_dev.c: return the right error in thaw_bdev() Mateusz Guzik <mguzik@redhat.com> - 2016-10-05 08:50 +0200
        Re: [PATCH] fs/block_dev.c: return the right error in thaw_bdev() Jan Kara <jack@suse.cz> - 2016-10-05 12:00 +0200
          Re: [PATCH] fs/block_dev.c: return the right error in thaw_bdev() Dave Chinner <david@fromorbit.com> - 2016-10-05 22:30 +0200

csiph-web