From: Kent Overstreet Date: Fri, 19 Mar 2021 17:23:01 +0000 (-0400) Subject: bcachefs: Add a print statement for when we go read-write X-Git-Tag: v6.7-rc1~201^2~1738 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c944fa12dc731bf43532d99a2bfbe8c4b7186e5;p=thirdparty%2Fkernel%2Flinux.git bcachefs: Add a print statement for when we go read-write Signed-off-by: Kent Overstreet Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c index 7c23cae436bb7..529d33f4a6d7b 100644 --- a/fs/bcachefs/super.c +++ b/fs/bcachefs/super.c @@ -400,6 +400,8 @@ static int __bch2_fs_read_write(struct bch_fs *c, bool early) (!early || c->opts.read_only))) return -EROFS; + bch_info(c, "going read-write"); + ret = bch2_fs_mark_dirty(c); if (ret) goto err;