Thread (120 messages) 120 messages, 14 authors, 2013-11-29

Re: [PATCH v2] Adding support to freeze and unfreeze a journal

From: Jan Kara <jack@suse.cz>
Date: 2011-05-09 09:24:10
Also in: linux-fsdevel

On Mon 09-05-11 12:04:45, Surbhi Palande wrote:
On 05/08/2011 11:24 AM, Marco Stornelli wrote:
quoted
quoted
+ error = jbd2_journal_flush(journal);
+ if (error>= 0) {
+ write_lock(&journal->j_state_lock);
+ journal->j_flags = journal->j_flags | JBD2_FROZEN;
Better journal->j_flags |= JBD2_FROZEN;
I was wondering why this is actually better than the longer form? Is
there any technical reason other than preference of coding style
here?
  It's just a coding style but that's kind of important as well. You don't
have to employ your brain by checking whether the right hand side is the
same as the left hand side in this case. So please use |=.

								Honza
-- 
Jan Kara [off-list ref]
SUSE Labs, CR
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help