From: nick <xerofoify@gmail.com>
To: jaegeuk@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net
Subject: Possible Bug in move_encrypted_block
Date: Sat, 19 Sep 2015 13:36:08 -0400 [thread overview]
Message-ID: <55FD9D08.5050501@gmail.com> (raw)
Greetings Jaeguek and others.
Below are the lines fora possible bug in move_encrypted_block:
err = get_dnode_of_data(&dn, bidx, LOOKUP_NODE);
if (err)
goto out;
Also calls of get_dnode_of_data need to hold the semaphone for the superblock
this call is being done on to avoid concurrent access on data being received
here from the superblock and file system on disk. In addition unless I get a
reply to this I will not be sending in a bug fix for this.
Nick
------------------------------------------------------------------------------
next reply other threads:[~2015-09-19 17:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-19 17:36 nick [this message]
2015-09-21 18:51 ` Possible Bug in move_encrypted_block Jaegeuk Kim
2015-09-21 18:51 ` Jaegeuk Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55FD9D08.5050501@gmail.com \
--to=xerofoify@gmail.com \
--cc=jaegeuk@kernel.org \
--cc=linux-f2fs-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.